Color Hex Logo

#c75231 Color Hex

#C75231
(199,82,49)
0 Favorites   0 Comments

Color spaces of #c75231

RGB 1998249
HSL0.040.600.49
HSV13°75°78°
CMYK 0.000.590.75   0.22
XYZ27.124918.39855.0273
Yxy18.39850.53660.3640
Hunter Lab42.893537.815923.0764
CIE-Lab49.975944.811042.0016

#c75231 color RGB value is (199,82,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 01010010 00110001
Octal 307 122 61
Decimal 199 82 49
Hex C7 52 31

RGB Percentages of Color #c75231

%60.30
%24.85
%14.85

CMYK Percentages of Color #c75231

%0
%59
%75
%22

Triadic Colors of #c75231

#c75231 #31c752 #5231c7

Analogous Colors of #c75231

#c75231 #c79d31 #c7315b

Monochromatic Colors of #c75231

#c75231

Complementary Color

#c75231 #31a6c7

#c75231 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c75231 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c75231 Color CSS Codes

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

#c75231 Text Font Color

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

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


#c75231 Background Color

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

This div background color is #c75231


#c75231 Border Color

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

This div border color is #c75231


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c75231


Comments

No comments written yet.

Please login to write comment.