Color Hex Logo

#d05928 Color Hex

#D05928
(208,89,40)
0 Favorites   0 Comments

Color spaces of #d05928

RGB 2088940
HSL0.050.680.49
HSV18°81°82°
CMYK 0.000.570.81   0.18
XYZ29.967820.70794.4250
Yxy20.70790.54390.3758
Hunter Lab45.505937.915326.0888
CIE-Lab52.628344.498949.5628

#d05928 color RGB value is (208,89,40).

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

The process color (four color CMYK) of #d05928 color hex is 0.00, 0.57, 0.81, 0.18. Web safe color of #d05928 is #cc6633. Color #d05928 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01011001 00101000
Octal 320 131 50
Decimal 208 89 40
Hex D0 59 28

RGB Percentages of Color #d05928

%61.72
%26.41
%11.87

CMYK Percentages of Color #d05928

%0
%57
%81
%18

Triadic Colors of #d05928

#d05928 #28d059 #5928d0

Analogous Colors of #d05928

#d05928 #d0ad28 #d0284b

Monochromatic Colors of #d05928

#d05928

Complementary Color

#d05928 #289fd0

#d05928 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d05928 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d05928 Color CSS Codes

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

#d05928 Text Font Color

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

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


#d05928 Background Color

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

This div background color is #d05928


#d05928 Border Color

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

This div border color is #d05928


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d05928


Comments

No comments written yet.

Please login to write comment.