Color Hex Logo

#c32570 Color Hex

#C32570
(195,37,112)
0 Favorites   0 Comments

Color spaces of #c32570

RGB 19537112
HSL0.920.680.45
HSV332°81°76°
CMYK 0.000.810.43   0.24
XYZ26.091914.095116.6747
Yxy14.09510.45890.2479
Hunter Lab37.543458.3527-0.0529
CIE-Lab44.369064.7457-2.9185

#c32570 color RGB value is (195,37,112).

#c32570 hex color red value is 195, green value is 37 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #c32570 hue: 0.92 , saturation: 0.68 and the lightness value of c32570 is 0.45.

The process color (four color CMYK) of #c32570 color hex is 0.00, 0.81, 0.43, 0.24. Web safe color of #c32570 is #cc3366. Color #c32570 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00100101 01110000
Octal 303 45 160
Decimal 195 37 112
Hex C3 25 70

RGB Percentages of Color #c32570

%56.69
%10.76
%32.56

CMYK Percentages of Color #c32570

%0
%81
%43
%24

Triadic Colors of #c32570

#c32570 #70c325 #2570c3

Analogous Colors of #c32570

#c32570 #c32925 #c325bf

Monochromatic Colors of #c32570

#c32570

Complementary Color

#c32570 #25c378

#c32570 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c32570 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c32570 Color CSS Codes

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

#c32570 Text Font Color

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

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


#c32570 Background Color

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

This div background color is #c32570


#c32570 Border Color

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

This div border color is #c32570


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(195,37,112, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c32570; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c32570;
  -webkit-box-shadow: 1px 1px 3px 2px #c32570;
  box-shadow:         1px 1px 3px 2px #c32570; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,37,112, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c32570


Comments

No comments written yet.

Please login to write comment.