Color Hex Logo

#dfaffe Color Hex

#DFAFFE
(223,175,254)
0 Favorites   0 Comments

Color spaces of #dfaffe

RGB 223175254
HSL0.770.980.84
HSV276°31°100°
CMYK 0.120.310.00   0.00
XYZ63.650853.5037100.7384
Yxy53.50370.29210.2456
Hunter Lab73.146227.3223-30.4530
CIE-Lab78.171531.5353-32.5189

#dfaffe color RGB value is (223,175,254).

#dfaffe hex color red value is 223, green value is 175 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #dfaffe hue: 0.77 , saturation: 0.98 and the lightness value of dfaffe is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101111 11111110
Octal 337 257 376
Decimal 223 175 254
Hex DF AF FE

RGB Percentages of Color #dfaffe

%34.20
%26.84
%38.96

CMYK Percentages of Color #dfaffe

%12
%31
%0
%0

Triadic Colors of #dfaffe

#dfaffe #fedfaf #affedf

Analogous Colors of #dfaffe

#dfaffe #feaff6 #b8affe

Monochromatic Colors of #dfaffe

#dfaffe

Complementary Color

#dfaffe #cefeaf

#dfaffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaffe Color CSS Codes

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

#dfaffe Text Font Color

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

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


#dfaffe Background Color

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

This div background color is #dfaffe


#dfaffe Border Color

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

This div border color is #dfaffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaffe


Comments

No comments written yet.

Please login to write comment.