Color Hex Logo

#d99aec Color Hex

#D99AEC
(217,154,236)
0 Favorites   0 Comments

Color spaces of #d99aec

RGB 217154236
HSL0.790.680.76
HSV286°35°93°
CMYK 0.080.350.00   0.07
XYZ55.311243.919084.9189
Yxy43.91900.30040.2385
Hunter Lab66.271433.0040-29.5831
CIE-Lab72.174337.3791-32.0715

#d99aec color RGB value is (217,154,236).

#d99aec hex color red value is 217, green value is 154 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #d99aec hue: 0.79 , saturation: 0.68 and the lightness value of d99aec is 0.76.

The process color (four color CMYK) of #d99aec color hex is 0.08, 0.35, 0.00, 0.07. Web safe color of #d99aec is #cc99ff. Color #d99aec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10011010 11101100
Octal 331 232 354
Decimal 217 154 236
Hex D9 9A EC

RGB Percentages of Color #d99aec

%35.75
%25.37
%38.88

CMYK Percentages of Color #d99aec

%8
%35
%0
%7

Triadic Colors of #d99aec

#d99aec #ecd99a #9aecd9

Analogous Colors of #d99aec

#d99aec #ec9ad6 #b09aec

Monochromatic Colors of #d99aec

#d99aec

Complementary Color

#d99aec #adec9a

#d99aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d99aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d99aec Color CSS Codes

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

#d99aec Text Font Color

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

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


#d99aec Background Color

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

This div background color is #d99aec


#d99aec Border Color

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

This div border color is #d99aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d99aec


Comments

No comments written yet.

Please login to write comment.