Color Hex Logo

#c52175 Color Hex

#C52175
(197,33,117)
0 Favorites   0 Comments

Color spaces of #c52175

RGB 19733117
HSL0.910.710.45
HSV329°83°77°
CMYK 0.000.830.41   0.23
XYZ26.780714.242418.1672
Yxy14.24240.45250.2406
Hunter Lab37.739160.6250-2.1242
CIE-Lab44.578666.6771-5.6589

#c52175 color RGB value is (197,33,117).

#c52175 hex color red value is 197, green value is 33 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #c52175 hue: 0.91 , saturation: 0.71 and the lightness value of c52175 is 0.45.

The process color (four color CMYK) of #c52175 color hex is 0.00, 0.83, 0.41, 0.23. Web safe color of #c52175 is #cc3366. Color #c52175 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00100001 01110101
Octal 305 41 165
Decimal 197 33 117
Hex C5 21 75

RGB Percentages of Color #c52175

%56.77
%9.51
%33.72

CMYK Percentages of Color #c52175

%0
%83
%41
%23

Triadic Colors of #c52175

#c52175 #75c521 #2175c5

Analogous Colors of #c52175

#c52175 #c52123 #c321c5

Monochromatic Colors of #c52175

#c52175

Complementary Color

#c52175 #21c571

#c52175 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c52175 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c52175 Color CSS Codes

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

#c52175 Text Font Color

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

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


#c52175 Background Color

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

This div background color is #c52175


#c52175 Border Color

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

This div border color is #c52175


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c52175


Comments

No comments written yet.

Please login to write comment.