Color Hex Logo

#dd9aef Color Hex

#DD9AEF
(221,154,239)
0 Favorites   0 Comments

Color spaces of #dd9aef

RGB 221154239
HSL0.800.730.77
HSV287°36°94°
CMYK 0.080.360.00   0.06
XYZ56.954444.715387.2905
Yxy44.71530.30140.2366
Hunter Lab66.869535.0112-30.5877
CIE-Lab72.704039.1894-32.8563

#dd9aef color RGB value is (221,154,239).

#dd9aef hex color red value is 221, green value is 154 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #dd9aef hue: 0.80 , saturation: 0.73 and the lightness value of dd9aef is 0.77.

The process color (four color CMYK) of #dd9aef color hex is 0.08, 0.36, 0.00, 0.06. Web safe color of #dd9aef is #cc99ff. Color #dd9aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10011010 11101111
Octal 335 232 357
Decimal 221 154 239
Hex DD 9A EF

RGB Percentages of Color #dd9aef

%35.99
%25.08
%38.93

CMYK Percentages of Color #dd9aef

%8
%36
%0
%6

Triadic Colors of #dd9aef

#dd9aef #efdd9a #9aefdd

Analogous Colors of #dd9aef

#dd9aef #ef9ad7 #b39aef

Monochromatic Colors of #dd9aef

#dd9aef

Complementary Color

#dd9aef #acef9a

#dd9aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd9aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd9aef Color CSS Codes

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

#dd9aef Text Font Color

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

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


#dd9aef Background Color

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

This div background color is #dd9aef


#dd9aef Border Color

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

This div border color is #dd9aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd9aef


Comments

No comments written yet.

Please login to write comment.