Color Hex Logo

#d99ada Color Hex

#D99ADA
(217,154,218)
0 Favorites   0 Comments

Color spaces of #d99ada

RGB 217154218
HSL0.830.460.73
HSV299°29°85°
CMYK 0.000.290.00   0.15
XYZ52.825842.924971.8308
Yxy42.92490.31520.2561
Hunter Lab65.517129.2679-19.1416
CIE-Lab71.504033.9199-23.2370

#d99ada color RGB value is (217,154,218).

#d99ada hex color red value is 217, green value is 154 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d99ada hue: 0.83 , saturation: 0.46 and the lightness value of d99ada is 0.73.

The process color (four color CMYK) of #d99ada color hex is 0.00, 0.29, 0.00, 0.15. Web safe color of #d99ada is #cc99cc. Color #d99ada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10011010 11011010
Octal 331 232 332
Decimal 217 154 218
Hex D9 9A DA

RGB Percentages of Color #d99ada

%36.84
%26.15
%37.01

CMYK Percentages of Color #d99ada

%0
%29
%0
%15

Triadic Colors of #d99ada

#d99ada #dad99a #9adad9

Analogous Colors of #d99ada

#d99ada #da9abb #b99ada

Monochromatic Colors of #d99ada

#d99ada

Complementary Color

#d99ada #9bda9a

#d99ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d99ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#d99ada Color CSS Codes

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

#d99ada Text Font Color

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

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


#d99ada Background Color

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

This div background color is #d99ada


#d99ada Border Color

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

This div border color is #d99ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d99ada


Comments

No comments written yet.

Please login to write comment.