Color Hex Logo

#dfaff7 Color Hex

#DFAFF7
(223,175,247)
0 Favorites   0 Comments

Color spaces of #dfaff7

RGB 223175247
HSL0.780.820.83
HSV280°29°97°
CMYK 0.100.290.00   0.03
XYZ62.549953.063394.9412
Yxy53.06330.29710.2520
Hunter Lab72.844625.7957-26.2838
CIE-Lab77.912430.1154-29.1532

#dfaff7 color RGB value is (223,175,247).

#dfaff7 hex color red value is 223, green value is 175 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #dfaff7 hue: 0.78 , saturation: 0.82 and the lightness value of dfaff7 is 0.83.

The process color (four color CMYK) of #dfaff7 color hex is 0.10, 0.29, 0.00, 0.03. Web safe color of #dfaff7 is #cc99ff. Color #dfaff7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101111 11110111
Octal 337 257 367
Decimal 223 175 247
Hex DF AF F7

RGB Percentages of Color #dfaff7

%34.57
%27.13
%38.29

CMYK Percentages of Color #dfaff7

%10
%29
%0
%3

Triadic Colors of #dfaff7

#dfaff7 #f7dfaf #aff7df

Analogous Colors of #dfaff7

#dfaff7 #f7afeb #bbaff7

Monochromatic Colors of #dfaff7

#dfaff7

Complementary Color

#dfaff7 #c7f7af

#dfaff7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaff7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaff7 Color CSS Codes

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

#dfaff7 Text Font Color

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

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


#dfaff7 Background Color

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

This div background color is #dfaff7


#dfaff7 Border Color

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

This div border color is #dfaff7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaff7


Comments

No comments written yet.

Please login to write comment.