Color Hex Logo

#df9ae0 Color Hex

#DF9AE0
(223,154,224)
0 Favorites   0 Comments

Color spaces of #df9ae0

RGB 223154224
HSL0.830.530.74
HSV299°31°88°
CMYK 0.000.310.00   0.12
XYZ55.441644.181076.1267
Yxy44.18100.31550.2514
Hunter Lab66.468832.5664-21.3767
CIE-Lab72.349336.9526-25.1834

#df9ae0 color RGB value is (223,154,224).

#df9ae0 hex color red value is 223, green value is 154 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #df9ae0 hue: 0.83 , saturation: 0.53 and the lightness value of df9ae0 is 0.74.

The process color (four color CMYK) of #df9ae0 color hex is 0.00, 0.31, 0.00, 0.12. Web safe color of #df9ae0 is #cc99cc. Color #df9ae0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10011010 11100000
Octal 337 232 340
Decimal 223 154 224
Hex DF 9A E0

RGB Percentages of Color #df9ae0

%37.10
%25.62
%37.27

CMYK Percentages of Color #df9ae0

%0
%31
%0
%12

Triadic Colors of #df9ae0

#df9ae0 #e0df9a #9ae0df

Analogous Colors of #df9ae0

#df9ae0 #e09abe #bc9ae0

Monochromatic Colors of #df9ae0

#df9ae0

Complementary Color

#df9ae0 #9be09a

#df9ae0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df9ae0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df9ae0 Color CSS Codes

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

#df9ae0 Text Font Color

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

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


#df9ae0 Background Color

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

This div background color is #df9ae0


#df9ae0 Border Color

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

This div border color is #df9ae0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df9ae0


Comments

No comments written yet.

Please login to write comment.