Color Hex Logo

#cd711f Color Hex

#CD711F
(205,113,31)
0 Favorites   0 Comments

Color spaces of #cd711f

RGB 20511331
HSL0.080.740.46
HSV28°85°80°
CMYK 0.000.450.85   0.20
XYZ31.329324.88834.4490
Yxy24.88830.51640.4102
Hunter Lab49.888224.792029.6343
CIE-Lab56.966430.877756.9182

#cd711f color RGB value is (205,113,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 01110001 00011111
Octal 315 161 37
Decimal 205 113 31
Hex CD 71 1F

RGB Percentages of Color #cd711f

%58.74
%32.38
%8.88

CMYK Percentages of Color #cd711f

%0
%45
%85
%20

Triadic Colors of #cd711f

#cd711f #1fcd71 #711fcd

Analogous Colors of #cd711f

#cd711f #cdc81f #cd1f24

Monochromatic Colors of #cd711f

#cd711f

Complementary Color

#cd711f #1f7bcd

#cd711f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd711f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd711f Color CSS Codes

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

#cd711f Text Font Color

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

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


#cd711f Background Color

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

This div background color is #cd711f


#cd711f Border Color

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

This div border color is #cd711f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,113,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 #cd711f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd711f


Comments

No comments written yet.

Please login to write comment.