Color Hex Logo

#dfa2dd Color Hex

#DFA2DD
(223,162,221)
0 Favorites   0 Comments

Color spaces of #dfa2dd

RGB 223162221
HSL0.840.490.75
HSV302°27°87°
CMYK 0.000.270.01   0.13
XYZ56.402946.749174.4573
Yxy46.74910.31760.2632
Hunter Lab68.373327.5959-16.7044
CIE-Lab74.029032.1133-20.9802

#dfa2dd color RGB value is (223,162,221).

#dfa2dd hex color red value is 223, green value is 162 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #dfa2dd hue: 0.84 , saturation: 0.49 and the lightness value of dfa2dd is 0.75.

The process color (four color CMYK) of #dfa2dd color hex is 0.00, 0.27, 0.01, 0.13. Web safe color of #dfa2dd is #cc99cc. Color #dfa2dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100010 11011101
Octal 337 242 335
Decimal 223 162 221
Hex DF A2 DD

RGB Percentages of Color #dfa2dd

%36.80
%26.73
%36.47

CMYK Percentages of Color #dfa2dd

%0
%27
%1
%13

Triadic Colors of #dfa2dd

#dfa2dd #dddfa2 #a2dddf

Analogous Colors of #dfa2dd

#dfa2dd #dfa2bf #c3a2df

Monochromatic Colors of #dfa2dd

#dfa2dd

Complementary Color

#dfa2dd #a2dfa4

#dfa2dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa2dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa2dd Color CSS Codes

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

#dfa2dd Text Font Color

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

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


#dfa2dd Background Color

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

This div background color is #dfa2dd


#dfa2dd Border Color

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

This div border color is #dfa2dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa2dd


Comments

No comments written yet.

Please login to write comment.