Color Hex Logo

#df9ae6 Color Hex

#DF9AE6
(223,154,230)
0 Favorites   0 Comments

Color spaces of #df9ae6

RGB 223154230
HSL0.820.600.75
HSV294°33°90°
CMYK 0.030.330.00   0.10
XYZ56.270044.512380.4889
Yxy44.51230.31040.2456
Hunter Lab66.717533.7924-24.8259
CIE-Lab72.569638.0736-28.1314

#df9ae6 color RGB value is (223,154,230).

#df9ae6 hex color red value is 223, green value is 154 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #df9ae6 hue: 0.82 , saturation: 0.60 and the lightness value of df9ae6 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10011010 11100110
Octal 337 232 346
Decimal 223 154 230
Hex DF 9A E6

RGB Percentages of Color #df9ae6

%36.74
%25.37
%37.89

CMYK Percentages of Color #df9ae6

%3
%33
%0
%10

Triadic Colors of #df9ae6

#df9ae6 #e6df9a #9ae6df

Analogous Colors of #df9ae6

#df9ae6 #e69ac7 #b99ae6

Monochromatic Colors of #df9ae6

#df9ae6

Complementary Color

#df9ae6 #a1e69a

#df9ae6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df9ae6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#df9ae6 Color CSS Codes

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

#df9ae6 Text Font Color

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

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


#df9ae6 Background Color

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

This div background color is #df9ae6


#df9ae6 Border Color

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

This div border color is #df9ae6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df9ae6


Comments

No comments written yet.

Please login to write comment.