Color Hex Logo

#d08928 Color Hex

#D08928
(208,137,40)
0 Favorites   0 Comments

Color spaces of #d08928

RGB 20813740
HSL0.100.680.49
HSV35°81°82°
CMYK 0.000.340.81   0.18
XYZ35.341131.45446.2161
Yxy31.45440.48400.4308
Hunter Lab56.084214.333232.6875
CIE-Lab62.889419.502459.0058

#d08928 color RGB value is (208,137,40).

#d08928 hex color red value is 208, green value is 137 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #d08928 hue: 0.10 , saturation: 0.68 and the lightness value of d08928 is 0.49.

The process color (four color CMYK) of #d08928 color hex is 0.00, 0.34, 0.81, 0.18. Web safe color of #d08928 is #cc9933. Color #d08928 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10001001 00101000
Octal 320 211 50
Decimal 208 137 40
Hex D0 89 28

RGB Percentages of Color #d08928

%54.03
%35.58
%10.39

CMYK Percentages of Color #d08928

%0
%34
%81
%18

Triadic Colors of #d08928

#d08928 #28d089 #8928d0

Analogous Colors of #d08928

#d08928 #c3d028 #d03528

Monochromatic Colors of #d08928

#d08928

Complementary Color

#d08928 #286fd0

#d08928 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d08928 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d08928 Color CSS Codes

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

#d08928 Text Font Color

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

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


#d08928 Background Color

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

This div background color is #d08928


#d08928 Border Color

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

This div border color is #d08928


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d08928


Comments

No comments written yet.

Please login to write comment.