Color Hex Logo

#c3024b Color Hex

#C3024B
(195,2,75)
0 Favorites   0 Comments

Color spaces of #c3024b

RGB 195275
HSL0.940.980.39
HSV337°99°76°
CMYK 0.000.990.62   0.24
XYZ23.797412.15357.7482
Yxy12.15350.54460.2781
Hunter Lab34.861960.839311.2259
CIE-Lab41.459167.469416.1885

#c3024b color RGB value is (195,2,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00000010 01001011
Octal 303 2 113
Decimal 195 2 75
Hex C3 2 4B

RGB Percentages of Color #c3024b

%71.69
%0.74
%27.57

CMYK Percentages of Color #c3024b

%0
%99
%62
%24

Triadic Colors of #c3024b

#c3024b #4bc302 #024bc3

Analogous Colors of #c3024b

#c3024b #c31a02 #c302ac

Monochromatic Colors of #c3024b

#c3024b

Complementary Color

#c3024b #02c37a

#c3024b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3024b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3024b Color CSS Codes

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

#c3024b Text Font Color

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

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


#c3024b Background Color

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

This div background color is #c3024b


#c3024b Border Color

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

This div border color is #c3024b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3024b


Comments

No comments written yet.

Please login to write comment.