Color Hex Logo

#dfaae8 Color Hex

#DFAAE8
(223,170,232)
0 Favorites   0 Comments

Color spaces of #dfaae8

RGB 223170232
HSL0.810.570.79
HSV291°27°91°
CMYK 0.040.270.00   0.09
XYZ59.371650.263682.9166
Yxy50.26360.30830.2610
Hunter Lab70.896825.4130-19.7142
CIE-Lab76.230829.8689-23.6191

#dfaae8 color RGB value is (223,170,232).

#dfaae8 hex color red value is 223, green value is 170 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #dfaae8 hue: 0.81 , saturation: 0.57 and the lightness value of dfaae8 is 0.79.

The process color (four color CMYK) of #dfaae8 color hex is 0.04, 0.27, 0.00, 0.09. Web safe color of #dfaae8 is #cc99ff. Color #dfaae8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101010 11101000
Octal 337 252 350
Decimal 223 170 232
Hex DF AA E8

RGB Percentages of Color #dfaae8

%35.68
%27.20
%37.12

CMYK Percentages of Color #dfaae8

%4
%27
%0
%9

Triadic Colors of #dfaae8

#dfaae8 #e8dfaa #aae8df

Analogous Colors of #dfaae8

#dfaae8 #e8aad2 #c0aae8

Monochromatic Colors of #dfaae8

#dfaae8

Complementary Color

#dfaae8 #b3e8aa

#dfaae8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaae8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaae8 Color CSS Codes

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

#dfaae8 Text Font Color

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

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


#dfaae8 Background Color

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

This div background color is #dfaae8


#dfaae8 Border Color

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

This div border color is #dfaae8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaae8


Comments

No comments written yet.

Please login to write comment.