Color Hex Logo

#c0582f Color Hex

#C0582F
(192,88,47)
0 Favorites   0 Comments

Color spaces of #c0582f

RGB 1928847
HSL0.050.610.47
HSV17°76°75°
CMYK 0.000.540.76   0.25
XYZ25.741018.39124.8825
Yxy18.39120.52520.3752
Hunter Lab42.885032.093023.2692
CIE-Lab49.967239.152242.6822

#c0582f color RGB value is (192,88,47).

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

The process color (four color CMYK) of #c0582f color hex is 0.00, 0.54, 0.76, 0.25. Web safe color of #c0582f is #cc6633. Color #c0582f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01011000 00101111
Octal 300 130 57
Decimal 192 88 47
Hex C0 58 2F

RGB Percentages of Color #c0582f

%58.72
%26.91
%14.37

CMYK Percentages of Color #c0582f

%0
%54
%76
%25

Triadic Colors of #c0582f

#c0582f #2fc058 #582fc0

Analogous Colors of #c0582f

#c0582f #c0a12f #c02f4e

Monochromatic Colors of #c0582f

#c0582f

Complementary Color

#c0582f #2f97c0

#c0582f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0582f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0582f Color CSS Codes

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

#c0582f Text Font Color

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

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


#c0582f Background Color

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

This div background color is #c0582f


#c0582f Border Color

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

This div border color is #c0582f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0582f


Comments

No comments written yet.

Please login to write comment.