Color Hex Logo

#c30232 Color Hex

#C30232
(195,2,50)
0 Favorites   0 Comments

Color spaces of #c30232

RGB 195250
HSL0.960.980.39
HSV345°99°76°
CMYK 0.000.990.74   0.24
XYZ23.103111.87584.0922
Yxy11.87580.59130.3040
Hunter Lab34.461359.360517.0823
CIE-Lab41.018066.275231.3140

#c30232 color RGB value is (195,2,50).

#c30232 hex color red value is 195, green value is 2 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #c30232 hue: 0.96 , saturation: 0.98 and the lightness value of c30232 is 0.39.

The process color (four color CMYK) of #c30232 color hex is 0.00, 0.99, 0.74, 0.24. Web safe color of #c30232 is #cc0033. Color #c30232 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00000010 00110010
Octal 303 2 62
Decimal 195 2 50
Hex C3 2 32

RGB Percentages of Color #c30232

%78.95
%0.81
%20.24

CMYK Percentages of Color #c30232

%0
%99
%74
%24

Triadic Colors of #c30232

#c30232 #32c302 #0232c3

Analogous Colors of #c30232

#c30232 #c33302 #c30293

Monochromatic Colors of #c30232

#c30232

Complementary Color

#c30232 #02c393

#c30232 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c30232 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c30232 Color CSS Codes

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

#c30232 Text Font Color

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

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


#c30232 Background Color

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

This div background color is #c30232


#c30232 Border Color

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

This div border color is #c30232


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c30232


Comments

No comments written yet.

Please login to write comment.