Color Hex Logo

#c406cb Color Hex

#C406CB
(196,6,203)
0 Favorites   0 Comments

Color spaces of #c406cb

RGB 1966203
HSL0.830.940.41
HSV298°97°80°
CMYK 0.030.970.00   0.20
XYZ33.609616.177857.8511
Yxy16.17780.31220.1503
Hunter Lab40.221678.7685-57.1221
CIE-Lab47.206981.1288-53.0097

#c406cb color RGB value is (196,6,203).

#c406cb hex color red value is 196, green value is 6 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c406cb hue: 0.83 , saturation: 0.94 and the lightness value of c406cb is 0.41.

The process color (four color CMYK) of #c406cb color hex is 0.03, 0.97, 0.00, 0.20. Web safe color of #c406cb is #cc00cc. Color #c406cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00000110 11001011
Octal 304 6 313
Decimal 196 6 203
Hex C4 6 CB

RGB Percentages of Color #c406cb

%48.40
%1.48
%50.12

CMYK Percentages of Color #c406cb

%3
%97
%0
%20

Triadic Colors of #c406cb

#c406cb #cbc406 #06cbc4

Analogous Colors of #c406cb

#c406cb #cb0670 #6106cb

Monochromatic Colors of #c406cb

#c406cb

Complementary Color

#c406cb #0dcb06

#c406cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c406cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c406cb Color CSS Codes

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

#c406cb Text Font Color

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

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


#c406cb Background Color

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

This div background color is #c406cb


#c406cb Border Color

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

This div border color is #c406cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c406cb


Comments

No comments written yet.

Please login to write comment.