Color Hex Logo

#cd5701 Color Hex

#CD5701
(205,87,1)
0 Favorites   0 Comments

Color spaces of #cd5701

RGB 205871
HSL0.070.990.40
HSV25°100°80°
CMYK 0.000.581.00   0.20
XYZ28.590519.79772.3432
Yxy19.79770.56360.3902
Hunter Lab44.494636.831628.0239
CIE-Lab51.607743.602660.9345

#cd5701 color RGB value is (205,87,1).

#cd5701 hex color red value is 205, green value is 87 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #cd5701 hue: 0.07 , saturation: 0.99 and the lightness value of cd5701 is 0.40.

The process color (four color CMYK) of #cd5701 color hex is 0.00, 0.58, 1.00, 0.20. Web safe color of #cd5701 is #cc6600. Color #cd5701 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01010111 00000001
Octal 315 127 1
Decimal 205 87 1
Hex CD 57 1

RGB Percentages of Color #cd5701

%69.97
%29.69
%0.34

CMYK Percentages of Color #cd5701

%0
%58
%100
%20

Triadic Colors of #cd5701

#cd5701 #01cd57 #5701cd

Analogous Colors of #cd5701

#cd5701 #cdbd01 #cd0111

Monochromatic Colors of #cd5701

#cd5701

Complementary Color

#cd5701 #0177cd

#cd5701 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd5701 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd5701 Color CSS Codes

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

#cd5701 Text Font Color

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

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


#cd5701 Background Color

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

This div background color is #cd5701


#cd5701 Border Color

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

This div border color is #cd5701


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd5701


Comments

No comments written yet.

Please login to write comment.