Color Hex Logo

#d9500b Color Hex

#D9500B
(217,80,11)
0 Favorites   0 Comments

Color spaces of #d9500b

RGB 2178011
HSL0.060.900.45
HSV20°95°85°
CMYK 0.000.630.95   0.15
XYZ31.544320.51322.6135
Yxy20.51320.57700.3752
Hunter Lab45.291545.060328.2828
CIE-Lab52.412651.294760.2604

#d9500b color RGB value is (217,80,11).

#d9500b hex color red value is 217, green value is 80 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #d9500b hue: 0.06 , saturation: 0.90 and the lightness value of d9500b is 0.45.

The process color (four color CMYK) of #d9500b color hex is 0.00, 0.63, 0.95, 0.15. Web safe color of #d9500b is #cc6600. Color #d9500b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01010000 00001011
Octal 331 120 13
Decimal 217 80 11
Hex D9 50 B

RGB Percentages of Color #d9500b

%70.45
%25.97
%3.57

CMYK Percentages of Color #d9500b

%0
%63
%95
%15

Triadic Colors of #d9500b

#d9500b #0bd950 #500bd9

Analogous Colors of #d9500b

#d9500b #d9b70b #d90b2d

Monochromatic Colors of #d9500b

#d9500b

Complementary Color

#d9500b #0b94d9

#d9500b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9500b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9500b Color CSS Codes

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

#d9500b Text Font Color

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

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


#d9500b Background Color

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

This div background color is #d9500b


#d9500b Border Color

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

This div border color is #d9500b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9500b


Comments

No comments written yet.

Please login to write comment.