Color Hex Logo

#cd771f Color Hex

#CD771F
(205,119,31)
0 Favorites   0 Comments

Color spaces of #cd771f

RGB 20511931
HSL0.080.740.46
HSV30°85°80°
CMYK 0.000.420.85   0.20
XYZ32.021026.27174.6796
Yxy26.27170.50850.4172
Hunter Lab51.255921.816030.4660
CIE-Lab58.294127.678658.0371

#cd771f color RGB value is (205,119,31).

#cd771f hex color red value is 205, green value is 119 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #cd771f hue: 0.08 , saturation: 0.74 and the lightness value of cd771f is 0.46.

The process color (four color CMYK) of #cd771f color hex is 0.00, 0.42, 0.85, 0.20. Web safe color of #cd771f is #cc6633. Color #cd771f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01110111 00011111
Octal 315 167 37
Decimal 205 119 31
Hex CD 77 1F

RGB Percentages of Color #cd771f

%57.75
%33.52
%8.73

CMYK Percentages of Color #cd771f

%0
%42
%85
%20

Triadic Colors of #cd771f

#cd771f #1fcd77 #771fcd

Analogous Colors of #cd771f

#cd771f #cccd1f #cd201f

Monochromatic Colors of #cd771f

#cd771f

Complementary Color

#cd771f #1f75cd

#cd771f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd771f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd771f Color CSS Codes

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

#cd771f Text Font Color

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

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


#cd771f Background Color

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

This div background color is #cd771f


#cd771f Border Color

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

This div border color is #cd771f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd771f


Comments

No comments written yet.

Please login to write comment.