Color Hex Logo

#d5711b Color Hex

#D5711B
(213,113,27)
0 Favorites   0 Comments

Color spaces of #d5711b

RGB 21311327
HSL0.080.780.47
HSV28°87°84°
CMYK 0.000.470.87   0.16
XYZ33.543526.03554.2943
Yxy26.03550.52520.4076
Hunter Lab51.025028.051030.7276
CIE-Lab58.070734.070059.6301

#d5711b color RGB value is (213,113,27).

#d5711b hex color red value is 213, green value is 113 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #d5711b hue: 0.08 , saturation: 0.78 and the lightness value of d5711b is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01110001 00011011
Octal 325 161 33
Decimal 213 113 27
Hex D5 71 1B

RGB Percentages of Color #d5711b

%60.34
%32.01
%7.65

CMYK Percentages of Color #d5711b

%0
%47
%87
%16

Triadic Colors of #d5711b

#d5711b #1bd571 #711bd5

Analogous Colors of #d5711b

#d5711b #d5ce1b #d51b22

Monochromatic Colors of #d5711b

#d5711b

Complementary Color

#d5711b #1b7fd5

#d5711b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5711b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5711b Color CSS Codes

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

#d5711b Text Font Color

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

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


#d5711b Background Color

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

This div background color is #d5711b


#d5711b Border Color

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

This div border color is #d5711b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5711b


Comments

No comments written yet.

Please login to write comment.