Color Hex Logo

#ddaae8 Color Hex

#DDAAE8
(221,170,232)
0 Favorites   0 Comments

Color spaces of #ddaae8

RGB 221170232
HSL0.800.570.79
HSV289°27°91°
CMYK 0.050.270.00   0.09
XYZ58.759049.947882.8879
Yxy49.94780.30670.2607
Hunter Lab70.673824.7279-20.0651
CIE-Lab76.037229.2281-23.9318

#ddaae8 color RGB value is (221,170,232).

#ddaae8 hex color red value is 221, green value is 170 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #ddaae8 hue: 0.80 , saturation: 0.57 and the lightness value of ddaae8 is 0.79.

The process color (four color CMYK) of #ddaae8 color hex is 0.05, 0.27, 0.00, 0.09. Web safe color of #ddaae8 is #cc99ff. Color #ddaae8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101010 11101000
Octal 335 252 350
Decimal 221 170 232
Hex DD AA E8

RGB Percentages of Color #ddaae8

%35.47
%27.29
%37.24

CMYK Percentages of Color #ddaae8

%5
%27
%0
%9

Triadic Colors of #ddaae8

#ddaae8 #e8ddaa #aae8dd

Analogous Colors of #ddaae8

#ddaae8 #e8aad4 #beaae8

Monochromatic Colors of #ddaae8

#ddaae8

Complementary Color

#ddaae8 #b5e8aa

#ddaae8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaae8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaae8 Color CSS Codes

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

#ddaae8 Text Font Color

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

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


#ddaae8 Background Color

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

This div background color is #ddaae8


#ddaae8 Border Color

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

This div border color is #ddaae8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaae8


Comments

No comments written yet.

Please login to write comment.