Color Hex Logo

#dfaffd Color Hex

#DFAFFD
(223,175,253)
0 Favorites   0 Comments

Color spaces of #dfaffd

RGB 223175253
HSL0.770.950.84
HSV277°31°99°
CMYK 0.120.310.00   0.01
XYZ63.491053.439899.8971
Yxy53.43980.29280.2465
Hunter Lab73.102527.1014-29.8500
CIE-Lab78.133931.3306-32.0395

#dfaffd color RGB value is (223,175,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101111 11111101
Octal 337 257 375
Decimal 223 175 253
Hex DF AF FD

RGB Percentages of Color #dfaffd

%34.25
%26.88
%38.86

CMYK Percentages of Color #dfaffd

%12
%31
%0
%1

Triadic Colors of #dfaffd

#dfaffd #fddfaf #affddf

Analogous Colors of #dfaffd

#dfaffd #fdaff4 #b8affd

Monochromatic Colors of #dfaffd

#dfaffd

Complementary Color

#dfaffd #cdfdaf

#dfaffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaffd Color CSS Codes

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

#dfaffd Text Font Color

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

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


#dfaffd Background Color

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

This div background color is #dfaffd


#dfaffd Border Color

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

This div border color is #dfaffd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,175,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 #dfaffd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaffd


Comments

No comments written yet.

Please login to write comment.