Color Hex Logo

#c4287c Color Hex

#C4287C
(196,40,124)
0 Favorites   0 Comments

Color spaces of #c4287c

RGB 19640124
HSL0.910.660.46
HSV328°80°77°
CMYK 0.000.800.37   0.23
XYZ27.161814.708620.4762
Yxy14.70860.43570.2359
Hunter Lab38.351859.3030-4.8090
CIE-Lab45.232565.4061-9.0114

#c4287c color RGB value is (196,40,124).

#c4287c hex color red value is 196, green value is 40 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #c4287c hue: 0.91 , saturation: 0.66 and the lightness value of c4287c is 0.46.

The process color (four color CMYK) of #c4287c color hex is 0.00, 0.80, 0.37, 0.23. Web safe color of #c4287c is #cc3366. Color #c4287c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00101000 01111100
Octal 304 50 174
Decimal 196 40 124
Hex C4 28 7C

RGB Percentages of Color #c4287c

%54.44
%11.11
%34.44

CMYK Percentages of Color #c4287c

%0
%80
%37
%23

Triadic Colors of #c4287c

#c4287c #7cc428 #287cc4

Analogous Colors of #c4287c

#c4287c #c4282e #be28c4

Monochromatic Colors of #c4287c

#c4287c

Complementary Color

#c4287c #28c470

#c4287c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4287c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4287c Color CSS Codes

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

#c4287c Text Font Color

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

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


#c4287c Background Color

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

This div background color is #c4287c


#c4287c Border Color

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

This div border color is #c4287c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4287c


Comments

No comments written yet.

Please login to write comment.