Color Hex Logo

#d58028 Color Hex

#D58028
(213,128,40)
0 Favorites   0 Comments

Color spaces of #d58028

RGB 21312840
HSL0.080.680.50
HSV31°81°84°
CMYK 0.000.400.81   0.16
XYZ35.542729.73775.8741
Yxy29.73770.49950.4179
Hunter Lab54.532320.910131.7860
CIE-Lab61.427226.487057.9239

#d58028 color RGB value is (213,128,40).

#d58028 hex color red value is 213, green value is 128 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #d58028 hue: 0.08 , saturation: 0.68 and the lightness value of d58028 is 0.50.

The process color (four color CMYK) of #d58028 color hex is 0.00, 0.40, 0.81, 0.16. Web safe color of #d58028 is #cc9933. Color #d58028 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10000000 00101000
Octal 325 200 50
Decimal 213 128 40
Hex D5 80 28

RGB Percentages of Color #d58028

%55.91
%33.60
%10.50

CMYK Percentages of Color #d58028

%0
%40
%81
%16

Triadic Colors of #d58028

#d58028 #28d580 #8028d5

Analogous Colors of #d58028

#d58028 #d4d528 #d52928

Monochromatic Colors of #d58028

#d58028

Complementary Color

#d58028 #287dd5

#d58028 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d58028 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d58028 Color CSS Codes

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

#d58028 Text Font Color

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

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


#d58028 Background Color

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

This div background color is #d58028


#d58028 Border Color

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

This div border color is #d58028


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d58028


Comments

No comments written yet.

Please login to write comment.