Color Hex Logo

#d07859 Color Hex

#D07859
(208,120,89)
0 Favorites   0 Comments

Color spaces of #d07859

RGB 20812089
HSL0.040.560.58
HSV16°57°82°
CMYK 0.000.420.57   0.18
XYZ34.532127.564112.9516
Yxy27.56410.46010.3673
Hunter Lab52.501525.528122.1248
CIE-Lab59.492931.377831.8003

#d07859 color RGB value is (208,120,89).

#d07859 hex color red value is 208, green value is 120 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #d07859 hue: 0.04 , saturation: 0.56 and the lightness value of d07859 is 0.58.

The process color (four color CMYK) of #d07859 color hex is 0.00, 0.42, 0.57, 0.18. Web safe color of #d07859 is #cc6666. Color #d07859 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01111000 01011001
Octal 320 170 131
Decimal 208 120 89
Hex D0 78 59

RGB Percentages of Color #d07859

%49.88
%28.78
%21.34

CMYK Percentages of Color #d07859

%0
%42
%57
%18

Triadic Colors of #d07859

#d07859 #59d078 #7859d0

Analogous Colors of #d07859

#d07859 #d0b459 #d05976

Monochromatic Colors of #d07859

#d07859

Complementary Color

#d07859 #59b1d0

#d07859 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d07859 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d07859 Color CSS Codes

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

#d07859 Text Font Color

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

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


#d07859 Background Color

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

This div background color is #d07859


#d07859 Border Color

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

This div border color is #d07859


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,120,89, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d07859


Comments

No comments written yet.

Please login to write comment.