Color Hex Logo

#c07452 Color Hex

#C07452
(192,116,82)
1 Favorites   0 Comments

Color spaces of #c07452

RGB 19211682
HSL0.050.470.54
HSV19°57°75°
CMYK 0.000.400.57   0.25
XYZ29.506624.306411.1191
Yxy24.30640.45440.3743
Hunter Lab49.301520.553321.1392
CIE-Lab56.393326.515831.3329

#c07452 color RGB value is (192,116,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 01110100 01010010
Octal 300 164 122
Decimal 192 116 82
Hex C0 74 52

RGB Percentages of Color #c07452

%49.23
%29.74
%21.03

CMYK Percentages of Color #c07452

%0
%40
%57
%25

Triadic Colors of #c07452

#c07452 #52c074 #7452c0

Analogous Colors of #c07452

#c07452 #c0ab52 #c05267

Monochromatic Colors of #c07452

#c07452

Complementary Color

#c07452 #529ec0

#c07452 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c07452 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c07452 Color CSS Codes

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

#c07452 Text Font Color

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

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


#c07452 Background Color

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

This div background color is #c07452


#c07452 Border Color

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

This div border color is #c07452


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c07452


Comments

No comments written yet.

Please login to write comment.