Color Hex Logo

#c32562 Color Hex

#C32562
(195,37,98)
0 Favorites   0 Comments

Color spaces of #c32562

RGB 1953798
HSL0.940.680.45
HSV337°81°76°
CMYK 0.000.810.50   0.24
XYZ25.371813.807112.8831
Yxy13.80710.48730.2652
Hunter Lab37.157956.85535.4540
CIE-Lab43.955063.51285.1846

#c32562 color RGB value is (195,37,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00100101 01100010
Octal 303 45 142
Decimal 195 37 98
Hex C3 25 62

RGB Percentages of Color #c32562

%59.09
%11.21
%29.70

CMYK Percentages of Color #c32562

%0
%81
%50
%24

Triadic Colors of #c32562

#c32562 #62c325 #2562c3

Analogous Colors of #c32562

#c32562 #c33725 #c325b1

Monochromatic Colors of #c32562

#c32562

Complementary Color

#c32562 #25c386

#c32562 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c32562 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c32562 Color CSS Codes

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

#c32562 Text Font Color

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

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


#c32562 Background Color

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

This div background color is #c32562


#c32562 Border Color

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

This div border color is #c32562


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c32562


Comments

No comments written yet.

Please login to write comment.