Color Hex Logo

#d08584 Color Hex

#D08584
(208,133,132)
0 Favorites   0 Comments

Color spaces of #d08584

RGB 208133132
HSL0.000.450.67
HSV37°82°
CMYK 0.000.360.37   0.18
XYZ38.564831.850925.9450
Yxy31.85090.40020.3305
Hunter Lab56.436623.210312.2489
CIE-Lab63.219528.695212.5930

#d08584 color RGB value is (208,133,132).

#d08584 hex color red value is 208, green value is 133 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #d08584 hue: 0.00 , saturation: 0.45 and the lightness value of d08584 is 0.67.

The process color (four color CMYK) of #d08584 color hex is 0.00, 0.36, 0.37, 0.18. Web safe color of #d08584 is #cc9999. Color #d08584 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10000101 10000100
Octal 320 205 204
Decimal 208 133 132
Hex D0 85 84

RGB Percentages of Color #d08584

%43.97
%28.12
%27.91

CMYK Percentages of Color #d08584

%0
%36
%37
%18

Triadic Colors of #d08584

#d08584 #84d085 #8584d0

Analogous Colors of #d08584

#d08584 #d0ab84 #d084a9

Monochromatic Colors of #d08584

#d08584

Complementary Color

#d08584 #84cfd0

#d08584 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d08584 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d08584 Color CSS Codes

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

#d08584 Text Font Color

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

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


#d08584 Background Color

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

This div background color is #d08584


#d08584 Border Color

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

This div border color is #d08584


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d08584


Comments

No comments written yet.

Please login to write comment.