Color Hex Logo

#c405cc Color Hex

#C405CC
(196,5,204)
0 Favorites   0 Comments

Color spaces of #c405cc

RGB 1965204
HSL0.830.950.41
HSV298°98°80°
CMYK 0.040.980.00   0.20
XYZ33.718316.203958.4773
Yxy16.20390.31110.1495
Hunter Lab40.254179.0736-57.9531
CIE-Lab47.240981.3632-53.5335

#c405cc color RGB value is (196,5,204).

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

The process color (four color CMYK) of #c405cc color hex is 0.04, 0.98, 0.00, 0.20. Web safe color of #c405cc is #cc00cc. Color #c405cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00000101 11001100
Octal 304 5 314
Decimal 196 5 204
Hex C4 5 CC

RGB Percentages of Color #c405cc

%48.40
%1.23
%50.37

CMYK Percentages of Color #c405cc

%4
%98
%0
%20

Triadic Colors of #c405cc

#c405cc #ccc405 #05ccc4

Analogous Colors of #c405cc

#c405cc #cc0571 #6105cc

Monochromatic Colors of #c405cc

#c405cc

Complementary Color

#c405cc #0dcc05

#c405cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c405cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c405cc Color CSS Codes

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

#c405cc Text Font Color

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

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


#c405cc Background Color

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

This div background color is #c405cc


#c405cc Border Color

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

This div border color is #c405cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c405cc


Comments

No comments written yet.

Please login to write comment.