Color Hex Logo

#d8509a Color Hex

#D8509A
(216,80,154)
0 Favorites   0 Comments

Color spaces of #d8509a

RGB 21680154
HSL0.910.640.58
HSV327°63°85°
CMYK 0.000.630.29   0.15
XYZ37.020322.669332.9963
Yxy22.66930.39940.2446
Hunter Lab47.612355.4688-7.7606
CIE-Lab54.730160.2784-12.3895

#d8509a color RGB value is (216,80,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01010000 10011010
Octal 330 120 232
Decimal 216 80 154
Hex D8 50 9A

RGB Percentages of Color #d8509a

%48.00
%17.78
%34.22

CMYK Percentages of Color #d8509a

%0
%63
%29
%15

Triadic Colors of #d8509a

#d8509a #9ad850 #509ad8

Analogous Colors of #d8509a

#d8509a #d85056 #d250d8

Monochromatic Colors of #d8509a

#d8509a

Complementary Color

#d8509a #50d88e

#d8509a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8509a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8509a Color CSS Codes

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

#d8509a Text Font Color

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

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


#d8509a Background Color

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

This div background color is #d8509a


#d8509a Border Color

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

This div border color is #d8509a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,80,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 #d8509a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8509a


Comments

No comments written yet.

Please login to write comment.