Color Hex Logo

#d8559a Color Hex

#D8559A
(216,85,154)
0 Favorites   0 Comments

Color spaces of #d8559a

RGB 21685154
HSL0.910.630.59
HSV328°61°85°
CMYK 0.000.610.29   0.15
XYZ37.400123.429033.1229
Yxy23.42900.39810.2494
Hunter Lab48.403553.2160-6.6901
CIE-Lab55.511558.1546-11.2137

#d8559a color RGB value is (216,85,154).

#d8559a hex color red value is 216, green value is 85 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #d8559a hue: 0.91 , saturation: 0.63 and the lightness value of d8559a is 0.59.

The process color (four color CMYK) of #d8559a color hex is 0.00, 0.61, 0.29, 0.15. Web safe color of #d8559a is #cc6699. Color #d8559a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01010101 10011010
Octal 330 125 232
Decimal 216 85 154
Hex D8 55 9A

RGB Percentages of Color #d8559a

%47.47
%18.68
%33.85

CMYK Percentages of Color #d8559a

%0
%61
%29
%15

Triadic Colors of #d8559a

#d8559a #9ad855 #559ad8

Analogous Colors of #d8559a

#d8559a #d85559 #d555d8

Monochromatic Colors of #d8559a

#d8559a

Complementary Color

#d8559a #55d893

#d8559a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8559a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8559a Color CSS Codes

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

#d8559a Text Font Color

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

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


#d8559a Background Color

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

This div background color is #d8559a


#d8559a Border Color

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

This div border color is #d8559a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8559a


Comments

No comments written yet.

Please login to write comment.