Color Hex Logo

#c4137e Color Hex

#C4137E
(196,19,126)
0 Favorites   0 Comments

Color spaces of #c4137e

RGB 19619126
HSL0.900.820.42
HSV324°90°77°
CMYK 0.000.900.36   0.23
XYZ26.763713.707920.9739
Yxy13.70790.43560.2231
Hunter Lab37.024264.2401-7.6704
CIE-Lab43.811169.9159-12.3830

#c4137e color RGB value is (196,19,126).

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

The process color (four color CMYK) of #c4137e color hex is 0.00, 0.90, 0.36, 0.23. Web safe color of #c4137e is #cc0066. Color #c4137e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00010011 01111110
Octal 304 23 176
Decimal 196 19 126
Hex C4 13 7E

RGB Percentages of Color #c4137e

%57.48
%5.57
%36.95

CMYK Percentages of Color #c4137e

%0
%90
%36
%23

Triadic Colors of #c4137e

#c4137e #7ec413 #137ec4

Analogous Colors of #c4137e

#c4137e #c41326 #b213c4

Monochromatic Colors of #c4137e

#c4137e

Complementary Color

#c4137e #13c459

#c4137e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4137e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4137e Color CSS Codes

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

#c4137e Text Font Color

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

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


#c4137e Background Color

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

This div background color is #c4137e


#c4137e Border Color

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

This div border color is #c4137e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4137e


Comments

No comments written yet.

Please login to write comment.