Color Hex Logo

#ddabf9 Color Hex

#DDABF9
(221,171,249)
0 Favorites   0 Comments

Color spaces of #ddabf9

RGB 221171249
HSL0.770.870.82
HSV278°31°98°
CMYK 0.110.310.00   0.02
XYZ61.480651.337596.2913
Yxy51.33750.29400.2455
Hunter Lab71.650227.7770-29.5252
CIE-Lab76.883032.0597-31.8294

#ddabf9 color RGB value is (221,171,249).

#ddabf9 hex color red value is 221, green value is 171 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #ddabf9 hue: 0.77 , saturation: 0.87 and the lightness value of ddabf9 is 0.82.

The process color (four color CMYK) of #ddabf9 color hex is 0.11, 0.31, 0.00, 0.02. Web safe color of #ddabf9 is #cc99ff. Color #ddabf9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101011 11111001
Octal 335 253 371
Decimal 221 171 249
Hex DD AB F9

RGB Percentages of Color #ddabf9

%34.48
%26.68
%38.85

CMYK Percentages of Color #ddabf9

%11
%31
%0
%2

Triadic Colors of #ddabf9

#ddabf9 #f9ddab #abf9dd

Analogous Colors of #ddabf9

#ddabf9 #f9abee #b6abf9

Monochromatic Colors of #ddabf9

#ddabf9

Complementary Color

#ddabf9 #c7f9ab

#ddabf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddabf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddabf9 Color CSS Codes

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

#ddabf9 Text Font Color

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

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


#ddabf9 Background Color

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

This div background color is #ddabf9


#ddabf9 Border Color

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

This div border color is #ddabf9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddabf9


Comments

No comments written yet.

Please login to write comment.