Color Hex Logo

#d55911 Color Hex

#D55911
(213,89,17)
0 Favorites   0 Comments

Color spaces of #d55911

RGB 2138917
HSL0.060.850.45
HSV22°92°84°
CMYK 0.000.580.92   0.16
XYZ31.114121.33143.0078
Yxy21.33140.56110.3847
Hunter Lab46.185939.424828.4690
CIE-Lab53.310345.844259.0417

#d55911 color RGB value is (213,89,17).

#d55911 hex color red value is 213, green value is 89 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #d55911 hue: 0.06 , saturation: 0.85 and the lightness value of d55911 is 0.45.

The process color (four color CMYK) of #d55911 color hex is 0.00, 0.58, 0.92, 0.16. Web safe color of #d55911 is #cc6600. Color #d55911 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01011001 00010001
Octal 325 131 21
Decimal 213 89 17
Hex D5 59 11

RGB Percentages of Color #d55911

%66.77
%27.90
%5.33

CMYK Percentages of Color #d55911

%0
%58
%92
%16

Triadic Colors of #d55911

#d55911 #11d559 #5911d5

Analogous Colors of #d55911

#d55911 #d5bb11 #d5112b

Monochromatic Colors of #d55911

#d55911

Complementary Color

#d55911 #118dd5

#d55911 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d55911 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d55911 Color CSS Codes

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

#d55911 Text Font Color

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

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


#d55911 Background Color

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

This div background color is #d55911


#d55911 Border Color

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

This div border color is #d55911


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d55911


Comments

No comments written yet.

Please login to write comment.