Color Hex Logo

#dfabea Color Hex

#DFABEA
(223,171,234)
0 Favorites   0 Comments

Color spaces of #dfabea

RGB 223171234
HSL0.800.600.79
HSV290°27°92°
CMYK 0.050.270.00   0.08
XYZ59.845650.754384.4843
Yxy50.75430.30680.2602
Hunter Lab71.242125.2721-20.4412
CIE-Lab76.529929.7138-24.2472

#dfabea color RGB value is (223,171,234).

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

The process color (four color CMYK) of #dfabea color hex is 0.05, 0.27, 0.00, 0.08. Web safe color of #dfabea is #cc99ff. Color #dfabea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101011 11101010
Octal 337 253 352
Decimal 223 171 234
Hex DF AB EA

RGB Percentages of Color #dfabea

%35.51
%27.23
%37.26

CMYK Percentages of Color #dfabea

%5
%27
%0
%8

Triadic Colors of #dfabea

#dfabea #eadfab #abeadf

Analogous Colors of #dfabea

#dfabea #eaabd6 #c0abea

Monochromatic Colors of #dfabea

#dfabea

Complementary Color

#dfabea #b6eaab

#dfabea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfabea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfabea Color CSS Codes

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

#dfabea Text Font Color

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

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


#dfabea Background Color

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

This div background color is #dfabea


#dfabea Border Color

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

This div border color is #dfabea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfabea


Comments

No comments written yet.

Please login to write comment.