Color Hex Logo

#c32582 Color Hex

#C32582
(195,37,130)
0 Favorites   0 Comments

Color spaces of #c32582

RGB 19537130
HSL0.900.680.45
HSV325°81°76°
CMYK 0.000.810.33   0.24
XYZ27.196514.536922.4916
Yxy14.53690.42350.2263
Hunter Lab38.127360.6027-8.2866
CIE-Lab44.993366.5773-13.0662

#c32582 color RGB value is (195,37,130).

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

The process color (four color CMYK) of #c32582 color hex is 0.00, 0.81, 0.33, 0.24. Web safe color of #c32582 is #cc3399. Color #c32582 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00100101 10000010
Octal 303 45 202
Decimal 195 37 130
Hex C3 25 82

RGB Percentages of Color #c32582

%53.87
%10.22
%35.91

CMYK Percentages of Color #c32582

%0
%81
%33
%24

Triadic Colors of #c32582

#c32582 #82c325 #2582c3

Analogous Colors of #c32582

#c32582 #c32533 #b525c3

Monochromatic Colors of #c32582

#c32582

Complementary Color

#c32582 #25c366

#c32582 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c32582 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c32582 Color CSS Codes

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

#c32582 Text Font Color

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

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


#c32582 Background Color

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

This div background color is #c32582


#c32582 Border Color

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

This div border color is #c32582


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c32582


Comments

No comments written yet.

Please login to write comment.