Color Hex Logo

#dfaffb Color Hex

#DFAFFB
(223,175,251)
0 Favorites   0 Comments

Color spaces of #dfaffb

RGB 223175251
HSL0.770.900.84
HSV278°30°98°
CMYK 0.110.300.00   0.02
XYZ63.174053.313098.2276
Yxy53.31300.29420.2483
Hunter Lab73.015826.6625-28.6514
CIE-Lab78.059430.9231-31.0793

#dfaffb color RGB value is (223,175,251).

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

The process color (four color CMYK) of #dfaffb color hex is 0.11, 0.30, 0.00, 0.02. Web safe color of #dfaffb is #cc99ff. Color #dfaffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101111 11111011
Octal 337 257 373
Decimal 223 175 251
Hex DF AF FB

RGB Percentages of Color #dfaffb

%34.36
%26.96
%38.67

CMYK Percentages of Color #dfaffb

%11
%30
%0
%2

Triadic Colors of #dfaffb

#dfaffb #fbdfaf #affbdf

Analogous Colors of #dfaffb

#dfaffb #fbaff1 #b9affb

Monochromatic Colors of #dfaffb

#dfaffb

Complementary Color

#dfaffb #cbfbaf

#dfaffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaffb Color CSS Codes

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

#dfaffb Text Font Color

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

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


#dfaffb Background Color

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

This div background color is #dfaffb


#dfaffb Border Color

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

This div border color is #dfaffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaffb


Comments

No comments written yet.

Please login to write comment.