Color Hex Logo

#d59079 Color Hex

#D59079
(213,144,121)
0 Favorites   0 Comments

Color spaces of #d59079

RGB 213144121
HSL0.040.520.65
HSV15°43°84°
CMYK 0.000.320.43   0.16
XYZ40.865035.473122.7823
Yxy35.47310.41230.3579
Hunter Lab59.559318.244219.0122
CIE-Lab66.115423.430622.8440

#d59079 color RGB value is (213,144,121).

#d59079 hex color red value is 213, green value is 144 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #d59079 hue: 0.04 , saturation: 0.52 and the lightness value of d59079 is 0.65.

The process color (four color CMYK) of #d59079 color hex is 0.00, 0.32, 0.43, 0.16. Web safe color of #d59079 is #cc9966. Color #d59079 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10010000 01111001
Octal 325 220 171
Decimal 213 144 121
Hex D5 90 79

RGB Percentages of Color #d59079

%44.56
%30.13
%25.31

CMYK Percentages of Color #d59079

%0
%32
%43
%16

Triadic Colors of #d59079

#d59079 #79d590 #9079d5

Analogous Colors of #d59079

#d59079 #d5be79 #d57990

Monochromatic Colors of #d59079

#d59079

Complementary Color

#d59079 #79bed5

#d59079 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d59079 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d59079 Color CSS Codes

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

#d59079 Text Font Color

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

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


#d59079 Background Color

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

This div background color is #d59079


#d59079 Border Color

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

This div border color is #d59079


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d59079


Comments

No comments written yet.

Please login to write comment.