Color Hex Logo

#ddacfb Color Hex

#DDACFB
(221,172,251)
0 Favorites   0 Comments

Color spaces of #ddacfb

RGB 221172251
HSL0.770.910.83
HSV277°31°98°
CMYK 0.120.310.00   0.02
XYZ61.983951.842298.0064
Yxy51.84220.29260.2447
Hunter Lab72.001527.6625-30.3028
CIE-Lab77.186431.9288-32.4394

#ddacfb color RGB value is (221,172,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101100 11111011
Octal 335 254 373
Decimal 221 172 251
Hex DD AC FB

RGB Percentages of Color #ddacfb

%34.32
%26.71
%38.98

CMYK Percentages of Color #ddacfb

%12
%31
%0
%2

Triadic Colors of #ddacfb

#ddacfb #fbddac #acfbdd

Analogous Colors of #ddacfb

#ddacfb #fbacf2 #b6acfb

Monochromatic Colors of #ddacfb

#ddacfb

Complementary Color

#ddacfb #cafbac

#ddacfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddacfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddacfb Color CSS Codes

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

#ddacfb Text Font Color

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

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


#ddacfb Background Color

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

This div background color is #ddacfb


#ddacfb Border Color

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

This div border color is #ddacfb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,172,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 #ddacfb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddacfb

Related Colors


Comments

No comments written yet.

Please login to write comment.