color codes Logo

#c40cab color codes

#C40CAB
(196,12,171)
0 Favorites   0 Comments

Color spaces of #c40cab

RGB 19612171
HSL0.860.880.41
HSV308°94°77°
CMYK 0.000.940.13   0.23
XYZ30.247114.939039.8174
Yxy14.93900.35580.1757
Hunter Lab38.651072.0494-34.0235
CIE-Lab45.550576.0605-36.8998

#c40cab color RGB value is (196,12,171).

#c40cab hex color red value is 196, green value is 12 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c40cab hue: 0.86 , saturation: 0.88 and the lightness value of c40cab is 0.41.

The process color (four color CMYK) of #c40cab color code is 0.00, 0.94, 0.13, 0.23. Web safe color of #c40cab is #cc0099. Color #c40cab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00001100 10101011
Octal 304 14 253
Decimal 196 12 171
Hex C4 C AB

RGB Percentages of Color #c40cab

%51.72
%3.17
%45.12

CMYK Percentages of Color #c40cab

%0
%94
%13
%23

Triadic Colors of #c40cab

#c40cab #abc40c #0cabc4

Analogous Colors of #c40cab

#c40cab #c40c4f #810cc4

Monochromatic Colors of #c40cab

#c40cab

Complementary Color

#c40cab #0cc425

#c40cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c40cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c40cab Color CSS Codes

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

#c40cab Text Font Color

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

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


#c40cab Background Color

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

This div background color is #c40cab


#c40cab Border Color

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

This div border color is #c40cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c40cab


Comments

No comments written yet.

Please login to write comment.