Color Hex Logo

#d58729 Color Hex

#D58729
(213,135,41)
0 Favorites   0 Comments

Color spaces of #d58729

RGB 21313541
HSL0.090.680.50
HSV33°81°84°
CMYK 0.000.370.81   0.16
XYZ36.504831.63426.2798
Yxy31.63420.49050.4251
Hunter Lab56.244317.426232.7511
CIE-Lab63.039422.759559.0023

#d58729 color RGB value is (213,135,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10000111 00101001
Octal 325 207 51
Decimal 213 135 41
Hex D5 87 29

RGB Percentages of Color #d58729

%54.76
%34.70
%10.54

CMYK Percentages of Color #d58729

%0
%37
%81
%16

Triadic Colors of #d58729

#d58729 #29d587 #8729d5

Analogous Colors of #d58729

#d58729 #cdd529 #d53129

Monochromatic Colors of #d58729

#d58729

Complementary Color

#d58729 #2977d5

#d58729 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d58729 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d58729 Color CSS Codes

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

#d58729 Text Font Color

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

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


#d58729 Background Color

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

This div background color is #d58729


#d58729 Border Color

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

This div border color is #d58729


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d58729


Comments

No comments written yet.

Please login to write comment.