Color Hex Logo

#d5701e Color Hex

#D5701E
(213,112,30)
0 Favorites   0 Comments

Color spaces of #d5701e

RGB 21311230
HSL0.070.750.48
HSV27°86°84°
CMYK 0.000.470.86   0.16
XYZ33.469125.82824.4496
Yxy25.82820.52500.4052
Hunter Lab50.821528.615930.3840
CIE-Lab57.873634.658258.4792

#d5701e color RGB value is (213,112,30).

#d5701e hex color red value is 213, green value is 112 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #d5701e hue: 0.07 , saturation: 0.75 and the lightness value of d5701e is 0.48.

The process color (four color CMYK) of #d5701e color hex is 0.00, 0.47, 0.86, 0.16. Web safe color of #d5701e is #cc6633. Color #d5701e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01110000 00011110
Octal 325 160 36
Decimal 213 112 30
Hex D5 70 1E

RGB Percentages of Color #d5701e

%60.00
%31.55
%8.45

CMYK Percentages of Color #d5701e

%0
%47
%86
%16

Triadic Colors of #d5701e

#d5701e #1ed570 #701ed5

Analogous Colors of #d5701e

#d5701e #d5cc1e #d51e27

Monochromatic Colors of #d5701e

#d5701e

Complementary Color

#d5701e #1e83d5

#d5701e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5701e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5701e Color CSS Codes

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

#d5701e Text Font Color

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

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


#d5701e Background Color

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

This div background color is #d5701e


#d5701e Border Color

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

This div border color is #d5701e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(213,112,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d5701e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d5701e;
  -webkit-box-shadow: 1px 1px 3px 2px #d5701e;
  box-shadow:         1px 1px 3px 2px #d5701e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,112,30, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5701e


Comments

No comments written yet.

Please login to write comment.