Color Hex Logo

#dfaafd Color Hex

#DFAAFD
(223,170,253)
0 Favorites   0 Comments

Color spaces of #dfaafd

RGB 223170253
HSL0.770.950.83
HSV278°33°99°
CMYK 0.120.330.00   0.01
XYZ62.535851.529399.5787
Yxy51.52930.29270.2412
Hunter Lab71.783929.8815-31.9984
CIE-Lab76.998534.0216-33.7905

#dfaafd color RGB value is (223,170,253).

#dfaafd hex color red value is 223, green value is 170 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #dfaafd hue: 0.77 , saturation: 0.95 and the lightness value of dfaafd is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101010 11111101
Octal 337 252 375
Decimal 223 170 253
Hex DF AA FD

RGB Percentages of Color #dfaafd

%34.52
%26.32
%39.16

CMYK Percentages of Color #dfaafd

%12
%33
%0
%1

Triadic Colors of #dfaafd

#dfaafd #fddfaa #aafddf

Analogous Colors of #dfaafd

#dfaafd #fdaaf2 #b6aafd

Monochromatic Colors of #dfaafd

#dfaafd

Complementary Color

#dfaafd #c8fdaa

#dfaafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaafd Color CSS Codes

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

#dfaafd Text Font Color

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

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


#dfaafd Background Color

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

This div background color is #dfaafd


#dfaafd Border Color

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

This div border color is #dfaafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaafd


Comments

No comments written yet.

Please login to write comment.