Color Hex Logo

#dd9aee Color Hex

#DD9AEE
(221,154,238)
0 Favorites   0 Comments

Color spaces of #dd9aee

RGB 221154238
HSL0.800.710.77
HSV288°35°93°
CMYK 0.070.350.00   0.07
XYZ56.807044.656486.5144
Yxy44.65640.30220.2376
Hunter Lab66.825434.7948-29.9810
CIE-Lab72.665138.9934-32.3712

#dd9aee color RGB value is (221,154,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10011010 11101110
Octal 335 232 356
Decimal 221 154 238
Hex DD 9A EE

RGB Percentages of Color #dd9aee

%36.05
%25.12
%38.83

CMYK Percentages of Color #dd9aee

%7
%35
%0
%7

Triadic Colors of #dd9aee

#dd9aee #eedd9a #9aeedd

Analogous Colors of #dd9aee

#dd9aee #ee9ad5 #b39aee

Monochromatic Colors of #dd9aee

#dd9aee

Complementary Color

#dd9aee #abee9a

#dd9aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd9aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd9aee Color CSS Codes

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

#dd9aee Text Font Color

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

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


#dd9aee Background Color

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

This div background color is #dd9aee


#dd9aee Border Color

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

This div border color is #dd9aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd9aee


Comments

No comments written yet.

Please login to write comment.