Color Hex Logo

#c72332 Color Hex

#C72332
(199,35,50)
0 Favorites   0 Comments

Color spaces of #c72332

RGB 1993550
HSL0.980.700.46
HSV355°82°78°
CMYK 0.000.820.75   0.22
XYZ24.729913.57454.3343
Yxy13.57450.58000.3184
Hunter Lab36.843655.335318.8156
CIE-Lab43.616462.233934.4981

#c72332 color RGB value is (199,35,50).

#c72332 hex color red value is 199, green value is 35 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #c72332 hue: 0.98 , saturation: 0.70 and the lightness value of c72332 is 0.46.

The process color (four color CMYK) of #c72332 color hex is 0.00, 0.82, 0.75, 0.22. Web safe color of #c72332 is #cc3333. Color #c72332 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00100011 00110010
Octal 307 43 62
Decimal 199 35 50
Hex C7 23 32

RGB Percentages of Color #c72332

%70.07
%12.32
%17.61

CMYK Percentages of Color #c72332

%0
%82
%75
%22

Triadic Colors of #c72332

#c72332 #32c723 #2332c7

Analogous Colors of #c72332

#c72332 #c76623 #c72384

Monochromatic Colors of #c72332

#c72332

Complementary Color

#c72332 #23c7b8

#c72332 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c72332 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c72332 Color CSS Codes

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

#c72332 Text Font Color

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

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


#c72332 Background Color

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

This div background color is #c72332


#c72332 Border Color

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

This div border color is #c72332


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,35,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 #c72332">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c72332


Comments

No comments written yet.

Please login to write comment.