Color Hex Logo

#ddaafd Color Hex

#DDAAFD
(221,170,253)
0 Favorites   0 Comments

Color spaces of #ddaafd

RGB 221170253
HSL0.770.950.83
HSV277°33°99°
CMYK 0.130.330.00   0.01
XYZ61.923151.213599.5500
Yxy51.21350.29110.2408
Hunter Lab71.563629.2175-32.3820
CIE-Lab76.808233.4173-34.1000

#ddaafd color RGB value is (221,170,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101010 11111101
Octal 335 252 375
Decimal 221 170 253
Hex DD AA FD

RGB Percentages of Color #ddaafd

%34.32
%26.40
%39.29

CMYK Percentages of Color #ddaafd

%13
%33
%0
%1

Triadic Colors of #ddaafd

#ddaafd #fdddaa #aafddd

Analogous Colors of #ddaafd

#ddaafd #fdaaf4 #b4aafd

Monochromatic Colors of #ddaafd

#ddaafd

Complementary Color

#ddaafd #cafdaa

#ddaafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaafd Color CSS Codes

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

#ddaafd Text Font Color

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

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


#ddaafd Background Color

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

This div background color is #ddaafd


#ddaafd Border Color

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

This div border color is #ddaafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaafd


Comments

No comments written yet.

Please login to write comment.