Color Hex Logo

#ddabfe Color Hex

#DDABFE
(221,171,254)
0 Favorites   0 Comments

Color spaces of #ddabfe

RGB 221171254
HSL0.770.980.83
HSV276°33°100°
CMYK 0.130.330.00   0.00
XYZ62.271151.6537100.4541
Yxy51.65370.29050.2409
Hunter Lab71.870528.8852-32.5608
CIE-Lab77.073333.0848-34.2287

#ddabfe color RGB value is (221,171,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101011 11111110
Octal 335 253 376
Decimal 221 171 254
Hex DD AB FE

RGB Percentages of Color #ddabfe

%34.21
%26.47
%39.32

CMYK Percentages of Color #ddabfe

%13
%33
%0
%0

Triadic Colors of #ddabfe

#ddabfe #feddab #abfedd

Analogous Colors of #ddabfe

#ddabfe #feabf6 #b4abfe

Monochromatic Colors of #ddabfe

#ddabfe

Complementary Color

#ddabfe #ccfeab

#ddabfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddabfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddabfe Color CSS Codes

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

#ddabfe Text Font Color

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

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


#ddabfe Background Color

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

This div background color is #ddabfe


#ddabfe Border Color

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

This div border color is #ddabfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddabfe


Comments

No comments written yet.

Please login to write comment.