Color Hex Logo

#ddaaf0 Color Hex

#DDAAF0
(221,170,240)
0 Favorites   0 Comments

Color spaces of #ddaaf0

RGB 221170240
HSL0.790.700.80
HSV284°29°94°
CMYK 0.080.290.00   0.06
XYZ59.921750.412989.0105
Yxy50.41290.30060.2529
Hunter Lab71.002026.3903-24.6265
CIE-Lab76.322030.7917-27.8308

#ddaaf0 color RGB value is (221,170,240).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101010 11110000
Octal 335 252 360
Decimal 221 170 240
Hex DD AA F0

RGB Percentages of Color #ddaaf0

%35.02
%26.94
%38.03

CMYK Percentages of Color #ddaaf0

%8
%29
%0
%6

Triadic Colors of #ddaaf0

#ddaaf0 #f0ddaa #aaf0dd

Analogous Colors of #ddaaf0

#ddaaf0 #f0aae0 #baaaf0

Monochromatic Colors of #ddaaf0

#ddaaf0

Complementary Color

#ddaaf0 #bdf0aa

#ddaaf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaaf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaaf0 Color CSS Codes

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

#ddaaf0 Text Font Color

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

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


#ddaaf0 Background Color

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

This div background color is #ddaaf0


#ddaaf0 Border Color

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

This div border color is #ddaaf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaaf0


Comments

No comments written yet.

Please login to write comment.