Color Hex Logo

#c40896 Color Hex

#C40896
(196,8,150)
0 Favorites   0 Comments

Color spaces of #c40896

RGB 1968150
HSL0.870.920.40
HSV315°96°77°
CMYK 0.000.960.23   0.23
XYZ28.356814.111430.0834
Yxy14.11140.39090.1945
Hunter Lab37.565169.0053-21.1858
CIE-Lab44.392373.7883-26.1378

#c40896 color RGB value is (196,8,150).

#c40896 hex color red value is 196, green value is 8 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #c40896 hue: 0.87 , saturation: 0.92 and the lightness value of c40896 is 0.40.

The process color (four color CMYK) of #c40896 color hex is 0.00, 0.96, 0.23, 0.23. Web safe color of #c40896 is #cc0099. Color #c40896 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00001000 10010110
Octal 304 10 226
Decimal 196 8 150
Hex C4 8 96

RGB Percentages of Color #c40896

%55.37
%2.26
%42.37

CMYK Percentages of Color #c40896

%0
%96
%23
%23

Triadic Colors of #c40896

#c40896 #96c408 #0896c4

Analogous Colors of #c40896

#c40896 #c40838 #9408c4

Monochromatic Colors of #c40896

#c40896

Complementary Color

#c40896 #08c436

#c40896 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c40896 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c40896 Color CSS Codes

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

#c40896 Text Font Color

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

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


#c40896 Background Color

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

This div background color is #c40896


#c40896 Border Color

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

This div border color is #c40896


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c40896


Comments

No comments written yet.

Please login to write comment.