Color Hex Logo

#c406ed Color Hex

#C406ED
(196,6,237)
0 Favorites   0 Comments

Color spaces of #c406ed

RGB 1966237
HSL0.800.950.48
HSV289°97°93°
CMYK 0.170.970.00   0.07
XYZ38.116117.980481.5824
Yxy17.98040.27680.1306
Hunter Lab42.403386.2469-84.3895
CIE-Lab49.472386.5089-68.7695

#c406ed color RGB value is (196,6,237).

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

The process color (four color CMYK) of #c406ed color hex is 0.17, 0.97, 0.00, 0.07. Web safe color of #c406ed is #cc00ff. Color #c406ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00000110 11101101
Octal 304 6 355
Decimal 196 6 237
Hex C4 6 ED

RGB Percentages of Color #c406ed

%44.65
%1.37
%53.99

CMYK Percentages of Color #c406ed

%17
%97
%0
%7

Triadic Colors of #c406ed

#c406ed #edc406 #06edc4

Analogous Colors of #c406ed

#c406ed #ed06a3 #5006ed

Monochromatic Colors of #c406ed

#c406ed

Complementary Color

#c406ed #2fed06

#c406ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c406ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c406ed Color CSS Codes

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

#c406ed Text Font Color

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

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


#c406ed Background Color

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

This div background color is #c406ed


#c406ed Border Color

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

This div border color is #c406ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c406ed


Comments

No comments written yet.

Please login to write comment.