Color Hex Logo

#c5287c Color Hex

#C5287C
(197,40,124)
0 Favorites   0 Comments

Color spaces of #c5287c

RGB 19740124
HSL0.910.660.46
HSV328°80°77°
CMYK 0.000.800.37   0.23
XYZ27.422814.843120.4884
Yxy14.84310.43700.2365
Hunter Lab38.526759.6320-4.5615
CIE-Lab45.418565.6556-8.7134

#c5287c color RGB value is (197,40,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00101000 01111100
Octal 305 50 174
Decimal 197 40 124
Hex C5 28 7C

RGB Percentages of Color #c5287c

%54.57
%11.08
%34.35

CMYK Percentages of Color #c5287c

%0
%80
%37
%23

Triadic Colors of #c5287c

#c5287c #7cc528 #287cc5

Analogous Colors of #c5287c

#c5287c #c5282d #c028c5

Monochromatic Colors of #c5287c

#c5287c

Complementary Color

#c5287c #28c571

#c5287c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5287c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5287c Color CSS Codes

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

#c5287c Text Font Color

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

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


#c5287c Background Color

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

This div background color is #c5287c


#c5287c Border Color

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

This div border color is #c5287c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,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 #c5287c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5287c


Comments

No comments written yet.

Please login to write comment.