Color Hex Logo

#c3245b Color Hex

#C3245B
(195,36,91)
0 Favorites   0 Comments

Color spaces of #c3245b

RGB 1953691
HSL0.940.690.45
HSV339°82°76°
CMYK 0.000.820.53   0.24
XYZ25.024913.619211.2073
Yxy13.61920.50200.2732
Hunter Lab36.904256.45937.8274
CIE-Lab43.681863.21649.1700

#c3245b color RGB value is (195,36,91).

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

The process color (four color CMYK) of #c3245b color hex is 0.00, 0.82, 0.53, 0.24. Web safe color of #c3245b is #cc3366. Color #c3245b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00100100 01011011
Octal 303 44 133
Decimal 195 36 91
Hex C3 24 5B

RGB Percentages of Color #c3245b

%60.56
%11.18
%28.26

CMYK Percentages of Color #c3245b

%0
%82
%53
%24

Triadic Colors of #c3245b

#c3245b #5bc324 #245bc3

Analogous Colors of #c3245b

#c3245b #c33c24 #c324ab

Monochromatic Colors of #c3245b

#c3245b

Complementary Color

#c3245b #24c38c

#c3245b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3245b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3245b Color CSS Codes

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

#c3245b Text Font Color

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

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


#c3245b Background Color

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

This div background color is #c3245b


#c3245b Border Color

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

This div border color is #c3245b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3245b


Comments

No comments written yet.

Please login to write comment.