Color Hex Logo

#dfabf0 Color Hex

#DFABF0
(223,171,240)
0 Favorites   0 Comments

Color spaces of #dfabf0

RGB 223171240
HSL0.790.700.81
HSV285°29°94°
CMYK 0.070.290.00   0.06
XYZ60.722551.105189.1019
Yxy51.10510.30220.2543
Hunter Lab71.487826.5160-23.8571
CIE-Lab76.742630.8801-27.1696

#dfabf0 color RGB value is (223,171,240).

#dfabf0 hex color red value is 223, green value is 171 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #dfabf0 hue: 0.79 , saturation: 0.70 and the lightness value of dfabf0 is 0.81.

The process color (four color CMYK) of #dfabf0 color hex is 0.07, 0.29, 0.00, 0.06. Web safe color of #dfabf0 is #cc99ff. Color #dfabf0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101011 11110000
Octal 337 253 360
Decimal 223 171 240
Hex DF AB F0

RGB Percentages of Color #dfabf0

%35.17
%26.97
%37.85

CMYK Percentages of Color #dfabf0

%7
%29
%0
%6

Triadic Colors of #dfabf0

#dfabf0 #f0dfab #abf0df

Analogous Colors of #dfabf0

#dfabf0 #f0abdf #bdabf0

Monochromatic Colors of #dfabf0

#dfabf0

Complementary Color

#dfabf0 #bcf0ab

#dfabf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfabf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfabf0 Color CSS Codes

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

#dfabf0 Text Font Color

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

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


#dfabf0 Background Color

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

This div background color is #dfabf0


#dfabf0 Border Color

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

This div border color is #dfabf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfabf0


Comments

No comments written yet.

Please login to write comment.