Color Hex Logo

#dda2fa Color Hex

#DDA2FA
(221,162,250)
0 Favorites   0 Comments

Color spaces of #dda2fa

RGB 221162250
HSL0.780.900.81
HSV280°35°98°
CMYK 0.120.350.00   0.02
XYZ59.994448.114996.5675
Yxy48.11490.29310.2351
Hunter Lab69.364932.9979-33.9861
CIE-Lab74.897337.1058-35.4363

#dda2fa color RGB value is (221,162,250).

#dda2fa hex color red value is 221, green value is 162 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #dda2fa hue: 0.78 , saturation: 0.90 and the lightness value of dda2fa is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100010 11111010
Octal 335 242 372
Decimal 221 162 250
Hex DD A2 FA

RGB Percentages of Color #dda2fa

%34.91
%25.59
%39.49

CMYK Percentages of Color #dda2fa

%12
%35
%0
%2

Triadic Colors of #dda2fa

#dda2fa #fadda2 #a2fadd

Analogous Colors of #dda2fa

#dda2fa #faa2eb #b1a2fa

Monochromatic Colors of #dda2fa

#dda2fa

Complementary Color

#dda2fa #bffaa2

#dda2fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda2fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda2fa Color CSS Codes

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

#dda2fa Text Font Color

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

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


#dda2fa Background Color

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

This div background color is #dda2fa


#dda2fa Border Color

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

This div border color is #dda2fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda2fa


Comments

No comments written yet.

Please login to write comment.