Color Hex Logo

#ddaafe Color Hex

#DDAAFE
(221,170,254)
0 Favorites   0 Comments

Color spaces of #ddaafe

RGB 221170254
HSL0.770.980.83
HSV276°33°100°
CMYK 0.130.330.00   0.00
XYZ62.082951.2774100.3913
Yxy51.27740.29040.2399
Hunter Lab71.608229.4415-32.9960
CIE-Lab76.846733.6235-34.5788

#ddaafe color RGB value is (221,170,254).

#ddaafe hex color red value is 221, green value is 170 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #ddaafe hue: 0.77 , saturation: 0.98 and the lightness value of ddaafe is 0.83.

The process color (four color CMYK) of #ddaafe color hex is 0.13, 0.33, 0.00, 0.00. Web safe color of #ddaafe is #cc99ff. Color #ddaafe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101010 11111110
Octal 335 252 376
Decimal 221 170 254
Hex DD AA FE

RGB Percentages of Color #ddaafe

%34.26
%26.36
%39.38

CMYK Percentages of Color #ddaafe

%13
%33
%0
%0

Triadic Colors of #ddaafe

#ddaafe #feddaa #aafedd

Analogous Colors of #ddaafe

#ddaafe #feaaf5 #b3aafe

Monochromatic Colors of #ddaafe

#ddaafe

Complementary Color

#ddaafe #cbfeaa

#ddaafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaafe Color CSS Codes

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

#ddaafe Text Font Color

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

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


#ddaafe Background Color

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

This div background color is #ddaafe


#ddaafe Border Color

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

This div border color is #ddaafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaafe


Comments

No comments written yet.

Please login to write comment.