Color Hex Logo

#dfabfc Color Hex

#DFABFC
(223,171,252)
0 Favorites   0 Comments

Color spaces of #dfabfc

RGB 223171252
HSL0.770.930.83
HSV279°32°99°
CMYK 0.120.320.00   0.01
XYZ62.565051.842198.8044
Yxy51.84210.29340.2431
Hunter Lab72.001529.1034-30.9600
CIE-Lab77.186333.2798-32.9622

#dfabfc color RGB value is (223,171,252).

#dfabfc hex color red value is 223, green value is 171 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #dfabfc hue: 0.77 , saturation: 0.93 and the lightness value of dfabfc is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101011 11111100
Octal 337 253 374
Decimal 223 171 252
Hex DF AB FC

RGB Percentages of Color #dfabfc

%34.52
%26.47
%39.01

CMYK Percentages of Color #dfabfc

%12
%32
%0
%1

Triadic Colors of #dfabfc

#dfabfc #fcdfab #abfcdf

Analogous Colors of #dfabfc

#dfabfc #fcabf1 #b7abfc

Monochromatic Colors of #dfabfc

#dfabfc

Complementary Color

#dfabfc #c8fcab

#dfabfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfabfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfabfc Color CSS Codes

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

#dfabfc Text Font Color

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

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


#dfabfc Background Color

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

This div background color is #dfabfc


#dfabfc Border Color

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

This div border color is #dfabfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfabfc


Comments

No comments written yet.

Please login to write comment.