Color Hex Logo

#d99adc Color Hex

#D99ADC
(217,154,220)
0 Favorites   0 Comments

Color spaces of #d99adc

RGB 217154220
HSL0.830.490.73
HSV297°30°86°
CMYK 0.010.300.00   0.14
XYZ53.089143.030273.2177
Yxy43.03020.31350.2541
Hunter Lab65.597429.6676-20.2594
CIE-Lab71.575534.2936-24.2271

#d99adc color RGB value is (217,154,220).

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

The process color (four color CMYK) of #d99adc color hex is 0.01, 0.30, 0.00, 0.14. Web safe color of #d99adc is #cc99cc. Color #d99adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10011010 11011100
Octal 331 232 334
Decimal 217 154 220
Hex D9 9A DC

RGB Percentages of Color #d99adc

%36.72
%26.06
%37.23

CMYK Percentages of Color #d99adc

%1
%30
%0
%14

Triadic Colors of #d99adc

#d99adc #dcd99a #9adcd9

Analogous Colors of #d99adc

#d99adc #dc9abe #b89adc

Monochromatic Colors of #d99adc

#d99adc

Complementary Color

#d99adc #9ddc9a

#d99adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d99adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d99adc Color CSS Codes

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

#d99adc Text Font Color

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

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


#d99adc Background Color

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

This div background color is #d99adc


#d99adc Border Color

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

This div border color is #d99adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d99adc


Comments

No comments written yet.

Please login to write comment.