Color Hex Logo

#c52387 Color Hex

#C52387
(197,35,135)
0 Favorites   0 Comments

Color spaces of #c52387

RGB 19735135
HSL0.900.700.45
HSV323°82°77°
CMYK 0.000.820.31   0.23
XYZ28.000214.821624.3068
Yxy14.82160.41710.2208
Hunter Lab38.498862.4501-10.4844
CIE-Lab45.388968.0862-15.4827

#c52387 color RGB value is (197,35,135).

#c52387 hex color red value is 197, green value is 35 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #c52387 hue: 0.90 , saturation: 0.70 and the lightness value of c52387 is 0.45.

The process color (four color CMYK) of #c52387 color hex is 0.00, 0.82, 0.31, 0.23. Web safe color of #c52387 is #cc3399. Color #c52387 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00100011 10000111
Octal 305 43 207
Decimal 197 35 135
Hex C5 23 87

RGB Percentages of Color #c52387

%53.68
%9.54
%36.78

CMYK Percentages of Color #c52387

%0
%82
%31
%23

Triadic Colors of #c52387

#c52387 #87c523 #2387c5

Analogous Colors of #c52387

#c52387 #c52336 #b223c5

Monochromatic Colors of #c52387

#c52387

Complementary Color

#c52387 #23c561

#c52387 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c52387 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c52387 Color CSS Codes

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

#c52387 Text Font Color

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

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


#c52387 Background Color

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

This div background color is #c52387


#c52387 Border Color

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

This div border color is #c52387


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,35,135, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c52387


Comments

No comments written yet.

Please login to write comment.