Color Hex Logo

#d58905 Color Hex

#D58905
(213,137,5)
0 Favorites   0 Comments

Color spaces of #d58905

RGB 2131375
HSL0.110.950.43
HSV38°98°84°
CMYK 0.000.360.98   0.16
XYZ36.413632.04844.4103
Yxy32.04840.49970.4398
Hunter Lab56.611315.745235.0089
CIE-Lab63.382920.976168.1814

#d58905 color RGB value is (213,137,5).

#d58905 hex color red value is 213, green value is 137 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #d58905 hue: 0.11 , saturation: 0.95 and the lightness value of d58905 is 0.43.

The process color (four color CMYK) of #d58905 color hex is 0.00, 0.36, 0.98, 0.16. Web safe color of #d58905 is #cc9900. Color #d58905 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10001001 00000101
Octal 325 211 5
Decimal 213 137 5
Hex D5 89 5

RGB Percentages of Color #d58905

%60.00
%38.59
%1.41

CMYK Percentages of Color #d58905

%0
%36
%98
%16

Triadic Colors of #d58905

#d58905 #05d589 #8905d5

Analogous Colors of #d58905

#d58905 #b9d505 #d52105

Monochromatic Colors of #d58905

#d58905

Complementary Color

#d58905 #0551d5

#d58905 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d58905 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d58905 Color CSS Codes

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

#d58905 Text Font Color

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

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


#d58905 Background Color

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

This div background color is #d58905


#d58905 Border Color

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

This div border color is #d58905


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d58905


Comments

No comments written yet.

Please login to write comment.