Color Hex Logo

#cd592a Color Hex

#CD592A
(205,89,42)
0 Favorites   0 Comments

Color spaces of #cd592a

RGB 2058942
HSL0.050.660.48
HSV17°80°80°
CMYK 0.000.570.80   0.20
XYZ29.167120.29114.5698
Yxy20.29110.53990.3756
Hunter Lab45.045636.749125.5171
CIE-Lab52.164843.438748.0216

#cd592a color RGB value is (205,89,42).

#cd592a hex color red value is 205, green value is 89 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #cd592a hue: 0.05 , saturation: 0.66 and the lightness value of cd592a is 0.48.

The process color (four color CMYK) of #cd592a color hex is 0.00, 0.57, 0.80, 0.20. Web safe color of #cd592a is #cc6633. Color #cd592a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01011001 00101010
Octal 315 131 52
Decimal 205 89 42
Hex CD 59 2A

RGB Percentages of Color #cd592a

%61.01
%26.49
%12.50

CMYK Percentages of Color #cd592a

%0
%57
%80
%20

Triadic Colors of #cd592a

#cd592a #2acd59 #592acd

Analogous Colors of #cd592a

#cd592a #cdab2a #cd2a4d

Monochromatic Colors of #cd592a

#cd592a

Complementary Color

#cd592a #2a9ecd

#cd592a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd592a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd592a Color CSS Codes

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

#cd592a Text Font Color

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

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


#cd592a Background Color

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

This div background color is #cd592a


#cd592a Border Color

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

This div border color is #cd592a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(205,89,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cd592a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cd592a;
  -webkit-box-shadow: 1px 1px 3px 2px #cd592a;
  box-shadow:         1px 1px 3px 2px #cd592a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,89,42, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd592a


Comments

No comments written yet.

Please login to write comment.