Color Hex Logo

#d0930e Color Hex

#D0930E
(208,147,14)
0 Favorites   0 Comments

Color spaces of #d0930e

RGB 20814714
HSL0.110.870.44
HSV41°93°82°
CMYK 0.000.290.93   0.18
XYZ36.525434.30905.1127
Yxy34.30900.48090.4517
Hunter Lab58.57398.804435.8265
CIE-Lab65.207113.484367.8583

#d0930e color RGB value is (208,147,14).

#d0930e hex color red value is 208, green value is 147 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #d0930e hue: 0.11 , saturation: 0.87 and the lightness value of d0930e is 0.44.

The process color (four color CMYK) of #d0930e color hex is 0.00, 0.29, 0.93, 0.18. Web safe color of #d0930e is #cc9900. Color #d0930e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10010011 00001110
Octal 320 223 16
Decimal 208 147 14
Hex D0 93 E

RGB Percentages of Color #d0930e

%56.37
%39.84
%3.79

CMYK Percentages of Color #d0930e

%0
%29
%93
%18

Triadic Colors of #d0930e

#d0930e #0ed093 #930ed0

Analogous Colors of #d0930e

#d0930e #acd00e #d0320e

Monochromatic Colors of #d0930e

#d0930e

Complementary Color

#d0930e #0e4bd0

#d0930e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0930e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0930e Color CSS Codes

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

#d0930e Text Font Color

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

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


#d0930e Background Color

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

This div background color is #d0930e


#d0930e Border Color

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

This div border color is #d0930e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,147,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d0930e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d0930e;
  -webkit-box-shadow: 1px 1px 3px 2px #d0930e;
  box-shadow:         1px 1px 3px 2px #d0930e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,147,14, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0930e


Comments

No comments written yet.

Please login to write comment.