Color Hex Logo

#df9abc Color Hex

#DF9ABC
(223,154,188)
0 Favorites   0 Comments

Color spaces of #df9abc

RGB 223154188
HSL0.920.520.74
HSV330°31°87°
CMYK 0.000.310.16   0.13
XYZ51.064142.430053.0754
Yxy42.43000.34840.2895
Hunter Lab65.138325.9401-2.7133
CIE-Lab71.166430.7534-7.1142

#df9abc color RGB value is (223,154,188).

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

The process color (four color CMYK) of #df9abc color hex is 0.00, 0.31, 0.16, 0.13. Web safe color of #df9abc is #cc99cc. Color #df9abc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10011010 10111100
Octal 337 232 274
Decimal 223 154 188
Hex DF 9A BC

RGB Percentages of Color #df9abc

%39.47
%27.26
%33.27

CMYK Percentages of Color #df9abc

%0
%31
%16
%13

Triadic Colors of #df9abc

#df9abc #bcdf9a #9abcdf

Analogous Colors of #df9abc

#df9abc #df9b9a #df9adf

Monochromatic Colors of #df9abc

#df9abc

Complementary Color

#df9abc #9adfbd

#df9abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df9abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#df9abc Color CSS Codes

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

#df9abc Text Font Color

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

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


#df9abc Background Color

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

This div background color is #df9abc


#df9abc Border Color

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

This div border color is #df9abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df9abc


Comments

No comments written yet.

Please login to write comment.