Color Hex Logo

#c52071 Color Hex

#C52071
(197,32,113)
0 Favorites   0 Comments

Color spaces of #c52071

RGB 19732113
HSL0.920.720.45
HSV331°84°77°
CMYK 0.000.840.43   0.23
XYZ26.523114.095616.9456
Yxy14.09560.46080.2449
Hunter Lab37.544160.3994-0.4798
CIE-Lab44.369766.5229-3.4936

#c52071 color RGB value is (197,32,113).

#c52071 hex color red value is 197, green value is 32 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #c52071 hue: 0.92 , saturation: 0.72 and the lightness value of c52071 is 0.45.

The process color (four color CMYK) of #c52071 color hex is 0.00, 0.84, 0.43, 0.23. Web safe color of #c52071 is #cc3366. Color #c52071 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00100000 01110001
Octal 305 40 161
Decimal 197 32 113
Hex C5 20 71

RGB Percentages of Color #c52071

%57.60
%9.36
%33.04

CMYK Percentages of Color #c52071

%0
%84
%43
%23

Triadic Colors of #c52071

#c52071 #71c520 #2071c5

Analogous Colors of #c52071

#c52071 #c52220 #c520c4

Monochromatic Colors of #c52071

#c52071

Complementary Color

#c52071 #20c574

#c52071 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c52071 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c52071 Color CSS Codes

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

#c52071 Text Font Color

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

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


#c52071 Background Color

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

This div background color is #c52071


#c52071 Border Color

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

This div border color is #c52071


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c52071


Comments

No comments written yet.

Please login to write comment.