Color Hex Logo

#cd590f Color Hex

#CD590F
(205,89,15)
0 Favorites   0 Comments

Color spaces of #cd590f

RGB 2058915
HSL0.060.860.43
HSV23°93°80°
CMYK 0.000.570.93   0.20
XYZ28.835420.15842.8231
Yxy20.15840.55650.3890
Hunter Lab44.898136.068327.7006
CIE-Lab52.015842.797358.0736

#cd590f color RGB value is (205,89,15).

#cd590f hex color red value is 205, green value is 89 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #cd590f hue: 0.06 , saturation: 0.86 and the lightness value of cd590f is 0.43.

The process color (four color CMYK) of #cd590f color hex is 0.00, 0.57, 0.93, 0.20. Web safe color of #cd590f is #cc6600. Color #cd590f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01011001 00001111
Octal 315 131 17
Decimal 205 89 15
Hex CD 59 F

RGB Percentages of Color #cd590f

%66.34
%28.80
%4.85

CMYK Percentages of Color #cd590f

%0
%57
%93
%20

Triadic Colors of #cd590f

#cd590f #0fcd59 #590fcd

Analogous Colors of #cd590f

#cd590f #cdb80f #cd0f24

Monochromatic Colors of #cd590f

#cd590f

Complementary Color

#cd590f #0f83cd

#cd590f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd590f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd590f Color CSS Codes

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

#cd590f Text Font Color

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

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


#cd590f Background Color

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

This div background color is #cd590f


#cd590f Border Color

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

This div border color is #cd590f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd590f


Comments

No comments written yet.

Please login to write comment.