Color Hex Logo

#dfb3f2 Color Hex

#DFB3F2
(223,179,242)
0 Favorites   0 Comments

Color spaces of #dfb3f2

RGB 223179242
HSL0.780.710.83
HSV282°26°95°
CMYK 0.080.260.00   0.05
XYZ62.578554.339091.1946
Yxy54.33900.30070.2611
Hunter Lab73.715022.5319-21.7486
CIE-Lab78.659026.9634-25.3187

#dfb3f2 color RGB value is (223,179,242).

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

The process color (four color CMYK) of #dfb3f2 color hex is 0.08, 0.26, 0.00, 0.05. Web safe color of #dfb3f2 is #ccccff. Color #dfb3f2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110011 11110010
Octal 337 263 362
Decimal 223 179 242
Hex DF B3 F2

RGB Percentages of Color #dfb3f2

%34.63
%27.80
%37.58

CMYK Percentages of Color #dfb3f2

%8
%26
%0
%5

Triadic Colors of #dfb3f2

#dfb3f2 #f2dfb3 #b3f2df

Analogous Colors of #dfb3f2

#dfb3f2 #f2b3e6 #c0b3f2

Monochromatic Colors of #dfb3f2

#dfb3f2

Complementary Color

#dfb3f2 #c6f2b3

#dfb3f2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb3f2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb3f2 Color CSS Codes

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

#dfb3f2 Text Font Color

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

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


#dfb3f2 Background Color

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

This div background color is #dfb3f2


#dfb3f2 Border Color

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

This div border color is #dfb3f2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb3f2


Comments

No comments written yet.

Please login to write comment.