Color Hex Logo

#c4138e Color Hex

#C4138E
(196,19,142)
0 Favorites   0 Comments

Color spaces of #c4138e

RGB 19619142
HSL0.880.820.42
HSV318°90°77°
CMYK 0.000.900.28   0.23
XYZ27.880314.154526.8538
Yxy14.15450.40470.2055
Hunter Lab37.622566.4389-15.9837
CIE-Lab44.453771.6416-21.1929

#c4138e color RGB value is (196,19,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00010011 10001110
Octal 304 23 216
Decimal 196 19 142
Hex C4 13 8E

RGB Percentages of Color #c4138e

%54.90
%5.32
%39.78

CMYK Percentages of Color #c4138e

%0
%90
%28
%23

Triadic Colors of #c4138e

#c4138e #8ec413 #138ec4

Analogous Colors of #c4138e

#c4138e #c41336 #a213c4

Monochromatic Colors of #c4138e

#c4138e

Complementary Color

#c4138e #13c449

#c4138e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4138e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4138e Color CSS Codes

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

#c4138e Text Font Color

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

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


#c4138e Background Color

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

This div background color is #c4138e


#c4138e Border Color

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

This div border color is #c4138e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4138e


Comments

No comments written yet.

Please login to write comment.