Color Hex Logo

#d55e0b Color Hex

#D55E0B
(213,94,11)
0 Favorites   0 Comments

Color spaces of #d55e0b

RGB 2139411
HSL0.070.900.44
HSV25°95°84°
CMYK 0.000.560.95   0.16
XYZ31.503722.17572.9365
Yxy22.17570.55640.3917
Hunter Lab47.091137.006229.2666
CIE-Lab54.212943.385961.0795

#d55e0b color RGB value is (213,94,11).

#d55e0b hex color red value is 213, green value is 94 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #d55e0b hue: 0.07 , saturation: 0.90 and the lightness value of d55e0b is 0.44.

The process color (four color CMYK) of #d55e0b color hex is 0.00, 0.56, 0.95, 0.16. Web safe color of #d55e0b is #cc6600. Color #d55e0b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01011110 00001011
Octal 325 136 13
Decimal 213 94 11
Hex D5 5E B

RGB Percentages of Color #d55e0b

%66.98
%29.56
%3.46

CMYK Percentages of Color #d55e0b

%0
%56
%95
%16

Triadic Colors of #d55e0b

#d55e0b #0bd55e #5e0bd5

Analogous Colors of #d55e0b

#d55e0b #d5c30b #d50b1d

Monochromatic Colors of #d55e0b

#d55e0b

Complementary Color

#d55e0b #0b82d5

#d55e0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d55e0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d55e0b Color CSS Codes

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

#d55e0b Text Font Color

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

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


#d55e0b Background Color

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

This div background color is #d55e0b


#d55e0b Border Color

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

This div border color is #d55e0b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d55e0b


Comments

No comments written yet.

Please login to write comment.