Color Hex Logo

#c4147d Color Hex

#C4147D
(196,20,125)
0 Favorites   0 Comments

Color spaces of #c4147d

RGB 19620125
HSL0.900.810.42
HSV324°90°77°
CMYK 0.000.900.36   0.23
XYZ26.716813.716720.6415
Yxy13.71670.43740.2246
Hunter Lab37.036163.9519-7.1192
CIE-Lab43.823969.6692-11.7475

#c4147d color RGB value is (196,20,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00010100 01111101
Octal 304 24 175
Decimal 196 20 125
Hex C4 14 7D

RGB Percentages of Color #c4147d

%57.48
%5.87
%36.66

CMYK Percentages of Color #c4147d

%0
%90
%36
%23

Triadic Colors of #c4147d

#c4147d #7dc414 #147dc4

Analogous Colors of #c4147d

#c4147d #c41425 #b314c4

Monochromatic Colors of #c4147d

#c4147d

Complementary Color

#c4147d #14c45b

#c4147d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4147d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4147d Color CSS Codes

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

#c4147d Text Font Color

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

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


#c4147d Background Color

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

This div background color is #c4147d


#c4147d Border Color

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

This div border color is #c4147d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4147d


Comments

No comments written yet.

Please login to write comment.