Color Hex Logo

#dfbafa Color Hex

#DFBAFA
(223,186,250)
0 Favorites   0 Comments

Color spaces of #dfbafa

RGB 223186250
HSL0.760.860.85
HSV275°26°98°
CMYK 0.110.260.00   0.02
XYZ65.245657.707998.1424
Yxy57.70790.29510.2610
Hunter Lab75.965720.3705-23.4225
CIE-Lab80.576124.7937-26.6843

#dfbafa color RGB value is (223,186,250).

#dfbafa hex color red value is 223, green value is 186 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #dfbafa hue: 0.76 , saturation: 0.86 and the lightness value of dfbafa is 0.85.

The process color (four color CMYK) of #dfbafa color hex is 0.11, 0.26, 0.00, 0.02. Web safe color of #dfbafa is #ccccff. Color #dfbafa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111010 11111010
Octal 337 272 372
Decimal 223 186 250
Hex DF BA FA

RGB Percentages of Color #dfbafa

%33.84
%28.22
%37.94

CMYK Percentages of Color #dfbafa

%11
%26
%0
%2

Triadic Colors of #dfbafa

#dfbafa #fadfba #bafadf

Analogous Colors of #dfbafa

#dfbafa #fabaf5 #bfbafa

Monochromatic Colors of #dfbafa

#dfbafa

Complementary Color

#dfbafa #d5faba

#dfbafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbafa Color CSS Codes

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

#dfbafa Text Font Color

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

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


#dfbafa Background Color

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

This div background color is #dfbafa


#dfbafa Border Color

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

This div border color is #dfbafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbafa


Comments

No comments written yet.

Please login to write comment.