Color Hex Logo

#dd8aee Color Hex

#DD8AEE
(221,138,238)
0 Favorites   0 Comments

Color spaces of #dd8aee

RGB 221138238
HSL0.810.750.74
HSV290°42°93°
CMYK 0.070.420.00   0.07
XYZ54.339939.722285.6920
Yxy39.72220.30230.2210
Hunter Lab63.025643.6059-36.4951
CIE-Lab69.271247.4345-37.6338

#dd8aee color RGB value is (221,138,238).

#dd8aee hex color red value is 221, green value is 138 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #dd8aee hue: 0.81 , saturation: 0.75 and the lightness value of dd8aee is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10001010 11101110
Octal 335 212 356
Decimal 221 138 238
Hex DD 8A EE

RGB Percentages of Color #dd8aee

%37.02
%23.12
%39.87

CMYK Percentages of Color #dd8aee

%7
%42
%0
%7

Triadic Colors of #dd8aee

#dd8aee #eedd8a #8aeedd

Analogous Colors of #dd8aee

#dd8aee #ee8acd #ab8aee

Monochromatic Colors of #dd8aee

#dd8aee

Complementary Color

#dd8aee #9bee8a

#dd8aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd8aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd8aee Color CSS Codes

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

#dd8aee Text Font Color

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

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


#dd8aee Background Color

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

This div background color is #dd8aee


#dd8aee Border Color

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

This div border color is #dd8aee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,138,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 #dd8aee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd8aee


Comments

No comments written yet.

Please login to write comment.