Color Hex Logo

#c46ddc Color Hex

#C46DDC
(196,109,220)
0 Favorites   0 Comments

Color spaces of #c46ddc

RGB 196109220
HSL0.800.610.65
HSV287°50°86°
CMYK 0.110.500.00   0.14
XYZ41.151927.840370.9149
Yxy27.84030.29410.1990
Hunter Lab52.763946.8798-42.7513
CIE-Lab59.744251.7736-42.7693

#c46ddc color RGB value is (196,109,220).

#c46ddc hex color red value is 196, green value is 109 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c46ddc hue: 0.80 , saturation: 0.61 and the lightness value of c46ddc is 0.65.

The process color (four color CMYK) of #c46ddc color hex is 0.11, 0.50, 0.00, 0.14. Web safe color of #c46ddc is #cc66cc. Color #c46ddc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01101101 11011100
Octal 304 155 334
Decimal 196 109 220
Hex C4 6D DC

RGB Percentages of Color #c46ddc

%37.33
%20.76
%41.90

CMYK Percentages of Color #c46ddc

%11
%50
%0
%14

Triadic Colors of #c46ddc

#c46ddc #dcc46d #6ddcc4

Analogous Colors of #c46ddc

#c46ddc #dc6dbd #8d6ddc

Monochromatic Colors of #c46ddc

#c46ddc

Complementary Color

#c46ddc #85dc6d

#c46ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c46ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c46ddc Color CSS Codes

.mybgcolor {background-color:#c46ddc; } 
.myforecolor {color:#c46ddc; }
.mybordercolor {border:3px solid #c46ddc; }

#c46ddc Text Font Color

<p style="color:#c46ddc">Text here</p>

This sample text font color is #c46ddc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c46ddc Background Color

<div style="background-color:#c46ddc">
Div content here</div>

This div background color is #c46ddc


#c46ddc Border Color

<div style="border:3px solid #c46ddc">
Div here</div>

This div border color is #c46ddc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(196,109,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c46ddc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c46ddc;
  -webkit-box-shadow: 1px 1px 3px 2px #c46ddc;
  box-shadow:         1px 1px 3px 2px #c46ddc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,109,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c46ddc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c46ddc;
  -webkit-box-shadow: 1px 1px 3px 2px #c46ddc;
  box-shadow:         1px 1px 3px 2px #c46ddc;">
Div content here</div>

This div box has shadow with color #c46ddc


Comments

No comments written yet.

Please login to write comment.