Color Hex Logo

#ddadfa Color Hex

#DDADFA
(221,173,250)
0 Favorites   0 Comments

Color spaces of #ddadfa

RGB 221173250
HSL0.770.890.83
HSV277°31°98°
CMYK 0.120.310.00   0.02
XYZ62.017752.161497.2420
Yxy52.16140.29330.2467
Hunter Lab72.222826.8878-29.2730
CIE-Lab77.377231.1849-31.6070

#ddadfa color RGB value is (221,173,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101101 11111010
Octal 335 255 372
Decimal 221 173 250
Hex DD AD FA

RGB Percentages of Color #ddadfa

%34.32
%26.86
%38.82

CMYK Percentages of Color #ddadfa

%12
%31
%0
%2

Triadic Colors of #ddadfa

#ddadfa #faddad #adfadd

Analogous Colors of #ddadfa

#ddadfa #faadf1 #b7adfa

Monochromatic Colors of #ddadfa

#ddadfa

Complementary Color

#ddadfa #cafaad

#ddadfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddadfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddadfa Color CSS Codes

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

#ddadfa Text Font Color

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

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


#ddadfa Background Color

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

This div background color is #ddadfa


#ddadfa Border Color

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

This div border color is #ddadfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddadfa


Comments

No comments written yet.

Please login to write comment.