Color Hex Logo

#c32592 Color Hex

#C32592
(195,37,146)
0 Favorites   0 Comments

Color spaces of #c32592

RGB 19537146
HSL0.890.680.45
HSV319°81°76°
CMYK 0.000.810.25   0.24
XYZ28.355615.000628.5950
Yxy15.00060.39410.2085
Hunter Lab38.730662.9055-16.6627
CIE-Lab45.635068.4269-21.8104

#c32592 color RGB value is (195,37,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00100101 10010010
Octal 303 45 222
Decimal 195 37 146
Hex C3 25 92

RGB Percentages of Color #c32592

%51.59
%9.79
%38.62

CMYK Percentages of Color #c32592

%0
%81
%25
%24

Triadic Colors of #c32592

#c32592 #92c325 #2592c3

Analogous Colors of #c32592

#c32592 #c32543 #a525c3

Monochromatic Colors of #c32592

#c32592

Complementary Color

#c32592 #25c356

#c32592 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c32592 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c32592 Color CSS Codes

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

#c32592 Text Font Color

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

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


#c32592 Background Color

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

This div background color is #c32592


#c32592 Border Color

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

This div border color is #c32592


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c32592


Comments

No comments written yet.

Please login to write comment.