Color Hex Logo

#d08428 Color Hex

#D08428
(208,132,40)
0 Favorites   0 Comments

Color spaces of #d08428

RGB 20813240
HSL0.090.680.49
HSV33°81°82°
CMYK 0.000.370.81   0.18
XYZ34.646730.06565.9846
Yxy30.06560.49010.4253
Hunter Lab54.832116.832431.9113
CIE-Lab61.710822.212157.9418

#d08428 color RGB value is (208,132,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10000100 00101000
Octal 320 204 50
Decimal 208 132 40
Hex D0 84 28

RGB Percentages of Color #d08428

%54.74
%34.74
%10.53

CMYK Percentages of Color #d08428

%0
%37
%81
%18

Triadic Colors of #d08428

#d08428 #28d084 #8428d0

Analogous Colors of #d08428

#d08428 #c8d028 #d03028

Monochromatic Colors of #d08428

#d08428

Complementary Color

#d08428 #2874d0

#d08428 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d08428 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d08428 Color CSS Codes

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

#d08428 Text Font Color

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

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


#d08428 Background Color

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

This div background color is #d08428


#d08428 Border Color

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

This div border color is #d08428


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d08428


Comments

No comments written yet.

Please login to write comment.