Color Hex Logo

#d8585b Color Hex

#D8585B
(216,88,91)
0 Favorites   0 Comments

Color spaces of #d8585b

RGB 2168891
HSL1.000.620.60
HSV359°59°85°
CMYK 0.000.590.58   0.15
XYZ33.697022.333712.4323
Yxy22.33370.49220.3262
Hunter Lab47.258544.574317.4836
CIE-Lab54.379350.519624.3163

#d8585b color RGB value is (216,88,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01011000 01011011
Octal 330 130 133
Decimal 216 88 91
Hex D8 58 5B

RGB Percentages of Color #d8585b

%54.68
%22.28
%23.04

CMYK Percentages of Color #d8585b

%0
%59
%58
%15

Triadic Colors of #d8585b

#d8585b #5bd858 #585bd8

Analogous Colors of #d8585b

#d8585b #d89558 #d8589b

Monochromatic Colors of #d8585b

#d8585b

Complementary Color

#d8585b #58d8d5

#d8585b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8585b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8585b Color CSS Codes

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

#d8585b Text Font Color

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

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


#d8585b Background Color

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

This div background color is #d8585b


#d8585b Border Color

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

This div border color is #d8585b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8585b


Comments

No comments written yet.

Please login to write comment.