Color Hex Logo

#c75232 Color Hex

#C75232
(199,82,50)
0 Favorites   0 Comments

Color spaces of #c75232

RGB 1998250
HSL0.040.600.49
HSV13°75°78°
CMYK 0.000.590.75   0.22
XYZ27.146218.40705.1398
Yxy18.40700.53550.3631
Hunter Lab42.903437.861222.9295
CIE-Lab49.986144.853341.4879

#c75232 color RGB value is (199,82,50).

#c75232 hex color red value is 199, green value is 82 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #c75232 hue: 0.04 , saturation: 0.60 and the lightness value of c75232 is 0.49.

The process color (four color CMYK) of #c75232 color hex is 0.00, 0.59, 0.75, 0.22. Web safe color of #c75232 is #cc6633. Color #c75232 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 01010010 00110010
Octal 307 122 62
Decimal 199 82 50
Hex C7 52 32

RGB Percentages of Color #c75232

%60.12
%24.77
%15.11

CMYK Percentages of Color #c75232

%0
%59
%75
%22

Triadic Colors of #c75232

#c75232 #32c752 #5232c7

Analogous Colors of #c75232

#c75232 #c79d32 #c7325d

Monochromatic Colors of #c75232

#c75232

Complementary Color

#c75232 #32a7c7

#c75232 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c75232 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c75232 Color CSS Codes

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

#c75232 Text Font Color

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

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


#c75232 Background Color

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

This div background color is #c75232


#c75232 Border Color

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

This div border color is #c75232


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c75232


Comments

No comments written yet.

Please login to write comment.