Color Hex Logo

#d8585d Color Hex

#D8585D
(216,88,93)
0 Favorites   0 Comments

Color spaces of #d8585d

RGB 2168893
HSL0.990.620.60
HSV358°59°85°
CMYK 0.000.590.57   0.15
XYZ33.784422.368712.8929
Yxy22.36870.48930.3240
Hunter Lab47.295644.739816.9443
CIE-Lab54.416050.666923.1959

#d8585d color RGB value is (216,88,93).

#d8585d hex color red value is 216, green value is 88 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #d8585d hue: 0.99 , saturation: 0.62 and the lightness value of d8585d is 0.60.

The process color (four color CMYK) of #d8585d color hex is 0.00, 0.59, 0.57, 0.15. Web safe color of #d8585d is #cc6666. Color #d8585d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01011000 01011101
Octal 330 130 135
Decimal 216 88 93
Hex D8 58 5D

RGB Percentages of Color #d8585d

%54.41
%22.17
%23.43

CMYK Percentages of Color #d8585d

%0
%59
%57
%15

Triadic Colors of #d8585d

#d8585d #5dd858 #585dd8

Analogous Colors of #d8585d

#d8585d #d89358 #d8589d

Monochromatic Colors of #d8585d

#d8585d

Complementary Color

#d8585d #58d8d3

#d8585d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8585d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8585d Color CSS Codes

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

#d8585d Text Font Color

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

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


#d8585d Background Color

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

This div background color is #d8585d


#d8585d Border Color

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

This div border color is #d8585d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(216,88,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d8585d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d8585d;
  -webkit-box-shadow: 1px 1px 3px 2px #d8585d;
  box-shadow:         1px 1px 3px 2px #d8585d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,88,93, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8585d


Comments

No comments written yet.

Please login to write comment.