Color Hex Logo

#ddabfb Color Hex

#DDABFB
(221,171,251)
0 Favorites   0 Comments

Color spaces of #ddabfb

RGB 221171251
HSL0.770.910.83
HSV278°32°98°
CMYK 0.120.320.00   0.02
XYZ61.794351.463097.9432
Yxy51.46300.29260.2437
Hunter Lab71.737728.2175-30.7320
CIE-Lab76.958632.4680-32.7906

#ddabfb color RGB value is (221,171,251).

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

The process color (four color CMYK) of #ddabfb color hex is 0.12, 0.32, 0.00, 0.02. Web safe color of #ddabfb is #cc99ff. Color #ddabfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101011 11111011
Octal 335 253 373
Decimal 221 171 251
Hex DD AB FB

RGB Percentages of Color #ddabfb

%34.37
%26.59
%39.04

CMYK Percentages of Color #ddabfb

%12
%32
%0
%2

Triadic Colors of #ddabfb

#ddabfb #fbddab #abfbdd

Analogous Colors of #ddabfb

#ddabfb #fbabf1 #b5abfb

Monochromatic Colors of #ddabfb

#ddabfb

Complementary Color

#ddabfb #c9fbab

#ddabfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddabfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddabfb Color CSS Codes

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

#ddabfb Text Font Color

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

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


#ddabfb Background Color

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

This div background color is #ddabfb


#ddabfb Border Color

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

This div border color is #ddabfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddabfb


Comments

No comments written yet.

Please login to write comment.