Color Hex Logo

#c406de Color Hex

#C406DE
(196,6,222)
0 Favorites   0 Comments

Color spaces of #c406de

RGB 1966222
HSL0.810.950.45
HSV293°97°87°
CMYK 0.120.970.00   0.13
XYZ36.014917.139970.5174
Yxy17.13990.29120.1386
Hunter Lab41.400482.8296-72.0086
CIE-Lab48.435884.0727-61.9420

#c406de color RGB value is (196,6,222).

#c406de hex color red value is 196, green value is 6 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c406de hue: 0.81 , saturation: 0.95 and the lightness value of c406de is 0.45.

The process color (four color CMYK) of #c406de color hex is 0.12, 0.97, 0.00, 0.13. Web safe color of #c406de is #cc00cc. Color #c406de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00000110 11011110
Octal 304 6 336
Decimal 196 6 222
Hex C4 6 DE

RGB Percentages of Color #c406de

%46.23
%1.42
%52.36

CMYK Percentages of Color #c406de

%12
%97
%0
%13

Triadic Colors of #c406de

#c406de #dec406 #06dec4

Analogous Colors of #c406de

#c406de #de068c #5806de

Monochromatic Colors of #c406de

#c406de

Complementary Color

#c406de #20de06

#c406de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c406de Color Preview on White Background

Lorem ipsum dolor sit amet.

#c406de Color CSS Codes

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

#c406de Text Font Color

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

This sample text font color is #c406de
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.


#c406de Background Color

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

This div background color is #c406de


#c406de Border Color

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

This div border color is #c406de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c406de


Comments

No comments written yet.

Please login to write comment.