Color Hex Logo

#ddabff Color Hex

#DDABFF
(221,171,255)
0 Favorites   0 Comments

Color spaces of #ddabff

RGB 221171255
HSL0.771.000.84
HSV276°33°100°
CMYK 0.130.330.00   0.00
XYZ62.431751.7180101.2998
Yxy51.71800.28980.2400
Hunter Lab71.915229.1094-33.1752
CIE-Lab77.111933.2915-34.7070

#ddabff color RGB value is (221,171,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101011 11111111
Octal 335 253 377
Decimal 221 171 255
Hex DD AB FF

RGB Percentages of Color #ddabff

%34.16
%26.43
%39.41

CMYK Percentages of Color #ddabff

%13
%33
%0
%0

Triadic Colors of #ddabff

#ddabff #ffddab #abffdd

Analogous Colors of #ddabff

#ddabff #ffabf7 #b3abff

Monochromatic Colors of #ddabff

#ddabff

Complementary Color

#ddabff #cdffab

#ddabff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddabff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddabff Color CSS Codes

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

#ddabff Text Font Color

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

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


#ddabff Background Color

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

This div background color is #ddabff


#ddabff Border Color

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

This div border color is #ddabff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddabff

Related Colors

#ddabff Color Palettes


Comments

No comments written yet.

Please login to write comment.