Color Hex Logo

#c0584e Color Hex

#C0584E
(192,88,78)
0 Favorites   0 Comments

Color spaces of #c0584e

RGB 1928878
HSL0.010.480.53
HSV59°75°
CMYK 0.000.540.59   0.25
XYZ26.603118.73609.4220
Yxy18.73600.48580.3421
Hunter Lab43.285133.957517.3937
CIE-Lab50.376940.958125.9807

#c0584e color RGB value is (192,88,78).

#c0584e hex color red value is 192, green value is 88 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #c0584e hue: 0.01 , saturation: 0.48 and the lightness value of c0584e is 0.53.

The process color (four color CMYK) of #c0584e color hex is 0.00, 0.54, 0.59, 0.25. Web safe color of #c0584e is #cc6666. Color #c0584e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 01011000 01001110
Octal 300 130 116
Decimal 192 88 78
Hex C0 58 4E

RGB Percentages of Color #c0584e

%53.63
%24.58
%21.79

CMYK Percentages of Color #c0584e

%0
%54
%59
%25

Triadic Colors of #c0584e

#c0584e #4ec058 #584ec0

Analogous Colors of #c0584e

#c0584e #c0914e #c04e7d

Monochromatic Colors of #c0584e

#c0584e

Complementary Color

#c0584e #4eb6c0

#c0584e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0584e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0584e Color CSS Codes

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

#c0584e Text Font Color

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

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


#c0584e Background Color

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

This div background color is #c0584e


#c0584e Border Color

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

This div border color is #c0584e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0584e


Comments

No comments written yet.

Please login to write comment.