Color Hex Logo

#dfabe9 Color Hex

#DFABE9
(223,171,233)
0 Favorites   0 Comments

Color spaces of #dfabe9

RGB 223171233
HSL0.810.580.79
HSV290°27°91°
CMYK 0.040.270.00   0.09
XYZ59.702350.697083.7296
Yxy50.69700.30750.2612
Hunter Lab71.201825.0680-19.8806
CIE-Lab76.495129.5217-23.7584

#dfabe9 color RGB value is (223,171,233).

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

The process color (four color CMYK) of #dfabe9 color hex is 0.04, 0.27, 0.00, 0.09. Web safe color of #dfabe9 is #cc99ff. Color #dfabe9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101011 11101001
Octal 337 253 351
Decimal 223 171 233
Hex DF AB E9

RGB Percentages of Color #dfabe9

%35.57
%27.27
%37.16

CMYK Percentages of Color #dfabe9

%4
%27
%0
%9

Triadic Colors of #dfabe9

#dfabe9 #e9dfab #abe9df

Analogous Colors of #dfabe9

#dfabe9 #e9abd4 #c0abe9

Monochromatic Colors of #dfabe9

#dfabe9

Complementary Color

#dfabe9 #b5e9ab

#dfabe9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfabe9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfabe9 Color CSS Codes

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

#dfabe9 Text Font Color

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

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


#dfabe9 Background Color

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

This div background color is #dfabe9


#dfabe9 Border Color

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

This div border color is #dfabe9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfabe9


Comments

No comments written yet.

Please login to write comment.