Color Hex Logo

#c408ce Color Hex

#C408CE
(196,8,206)
0 Favorites   0 Comments

Color spaces of #c408ce

RGB 1968206
HSL0.820.930.42
HSV297°96°81°
CMYK 0.050.960.00   0.19
XYZ33.992416.365759.7598
Yxy16.36570.30870.1486
Hunter Lab40.454579.1913-59.2655
CIE-Lab47.450781.4154-54.3517

#c408ce color RGB value is (196,8,206).

#c408ce hex color red value is 196, green value is 8 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c408ce hue: 0.82 , saturation: 0.93 and the lightness value of c408ce is 0.42.

The process color (four color CMYK) of #c408ce color hex is 0.05, 0.96, 0.00, 0.19. Web safe color of #c408ce is #cc00cc. Color #c408ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00001000 11001110
Octal 304 10 316
Decimal 196 8 206
Hex C4 8 CE

RGB Percentages of Color #c408ce

%47.80
%1.95
%50.24

CMYK Percentages of Color #c408ce

%5
%96
%0
%19

Triadic Colors of #c408ce

#c408ce #cec408 #08cec4

Analogous Colors of #c408ce

#c408ce #ce0875 #6108ce

Monochromatic Colors of #c408ce

#c408ce

Complementary Color

#c408ce #12ce08

#c408ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c408ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c408ce Color CSS Codes

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

#c408ce Text Font Color

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

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


#c408ce Background Color

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

This div background color is #c408ce


#c408ce Border Color

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

This div border color is #c408ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c408ce


Comments

No comments written yet.

Please login to write comment.