Color Hex Logo

#dfabfe Color Hex

#DFABFE
(223,171,254)
0 Favorites   0 Comments

Color spaces of #dfabfe

RGB 223171254
HSL0.770.980.83
HSV278°33°100°
CMYK 0.120.330.00   0.00
XYZ62.883751.9696100.4827
Yxy51.96960.29200.2413
Hunter Lab72.089929.5473-32.1785
CIE-Lab77.262733.6881-33.9208

#dfabfe color RGB value is (223,171,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101011 11111110
Octal 337 253 376
Decimal 223 171 254
Hex DF AB FE

RGB Percentages of Color #dfabfe

%34.41
%26.39
%39.20

CMYK Percentages of Color #dfabfe

%12
%33
%0
%0

Triadic Colors of #dfabfe

#dfabfe #fedfab #abfedf

Analogous Colors of #dfabfe

#dfabfe #feabf4 #b6abfe

Monochromatic Colors of #dfabfe

#dfabfe

Complementary Color

#dfabfe #cafeab

#dfabfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfabfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfabfe Color CSS Codes

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

#dfabfe Text Font Color

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

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


#dfabfe Background Color

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

This div background color is #dfabfe


#dfabfe Border Color

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

This div border color is #dfabfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfabfe


Comments

No comments written yet.

Please login to write comment.