Color Hex Logo

#c406eb Color Hex

#C406EB
(196,6,235)
0 Favorites   0 Comments

Color spaces of #c406eb

RGB 1966235
HSL0.800.950.47
HSV290°97°92°
CMYK 0.170.970.00   0.08
XYZ37.825517.864280.0518
Yxy17.86420.27870.1316
Hunter Lab42.266185.7808-82.7088
CIE-Lab49.331086.1787-67.8700

#c406eb color RGB value is (196,6,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00000110 11101011
Octal 304 6 353
Decimal 196 6 235
Hex C4 6 EB

RGB Percentages of Color #c406eb

%44.85
%1.37
%53.78

CMYK Percentages of Color #c406eb

%17
%97
%0
%8

Triadic Colors of #c406eb

#c406eb #ebc406 #06ebc4

Analogous Colors of #c406eb

#c406eb #eb06a0 #5206eb

Monochromatic Colors of #c406eb

#c406eb

Complementary Color

#c406eb #2deb06

#c406eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c406eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c406eb Color CSS Codes

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

#c406eb Text Font Color

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

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


#c406eb Background Color

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

This div background color is #c406eb


#c406eb Border Color

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

This div border color is #c406eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c406eb


Comments

No comments written yet.

Please login to write comment.