Color Hex Logo

#c07352 Color Hex

#C07352
(192,115,82)
0 Favorites   0 Comments

Color spaces of #c07352

RGB 19211582
HSL0.050.470.54
HSV18°57°75°
CMYK 0.000.400.57   0.25
XYZ29.392024.077111.0809
Yxy24.07710.45530.3730
Hunter Lab49.068421.051820.9587
CIE-Lab56.164927.061331.0463

#c07352 color RGB value is (192,115,82).

#c07352 hex color red value is 192, green value is 115 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #c07352 hue: 0.05 , saturation: 0.47 and the lightness value of c07352 is 0.54.

The process color (four color CMYK) of #c07352 color hex is 0.00, 0.40, 0.57, 0.25. Web safe color of #c07352 is #cc6666. Color #c07352 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01110011 01010010
Octal 300 163 122
Decimal 192 115 82
Hex C0 73 52

RGB Percentages of Color #c07352

%49.36
%29.56
%21.08

CMYK Percentages of Color #c07352

%0
%40
%57
%25

Triadic Colors of #c07352

#c07352 #52c073 #7352c0

Analogous Colors of #c07352

#c07352 #c0aa52 #c05268

Monochromatic Colors of #c07352

#c07352

Complementary Color

#c07352 #529fc0

#c07352 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c07352 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c07352 Color CSS Codes

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

#c07352 Text Font Color

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

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


#c07352 Background Color

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

This div background color is #c07352


#c07352 Border Color

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

This div border color is #c07352


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c07352


Comments

No comments written yet.

Please login to write comment.