Color Hex Logo

#c4149d Color Hex

#C4149D
(196,20,157)
0 Favorites   0 Comments

Color spaces of #c4149d

RGB 19620157
HSL0.870.810.42
HSV313°90°77°
CMYK 0.000.900.20   0.23
XYZ29.100914.670433.1962
Yxy14.67040.37810.1906
Hunter Lab38.302068.5915-24.5751
CIE-Lab45.179473.2926-29.1268

#c4149d color RGB value is (196,20,157).

#c4149d hex color red value is 196, green value is 20 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #c4149d hue: 0.87 , saturation: 0.81 and the lightness value of c4149d is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00010100 10011101
Octal 304 24 235
Decimal 196 20 157
Hex C4 14 9D

RGB Percentages of Color #c4149d

%52.55
%5.36
%42.09

CMYK Percentages of Color #c4149d

%0
%90
%20
%23

Triadic Colors of #c4149d

#c4149d #9dc414 #149dc4

Analogous Colors of #c4149d

#c4149d #c41445 #9314c4

Monochromatic Colors of #c4149d

#c4149d

Complementary Color

#c4149d #14c43b

#c4149d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4149d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4149d Color CSS Codes

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

#c4149d Text Font Color

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

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


#c4149d Background Color

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

This div background color is #c4149d


#c4149d Border Color

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

This div border color is #c4149d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4149d


Comments

No comments written yet.

Please login to write comment.