Color Hex Logo

#df90ac Color Hex

#DF90AC
(223,144,172)
0 Favorites   0 Comments

Color spaces of #df90ac

RGB 223144172
HSL0.940.550.72
HSV339°35°87°
CMYK 0.000.350.23   0.13
XYZ47.851138.613143.9608
Yxy38.61310.36690.2961
Hunter Lab62.139428.71171.5527
CIE-Lab68.470133.6649-2.1815

#df90ac color RGB value is (223,144,172).

#df90ac hex color red value is 223, green value is 144 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #df90ac hue: 0.94 , saturation: 0.55 and the lightness value of df90ac is 0.72.

The process color (four color CMYK) of #df90ac color hex is 0.00, 0.35, 0.23, 0.13. Web safe color of #df90ac is #cc9999. Color #df90ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10010000 10101100
Octal 337 220 254
Decimal 223 144 172
Hex DF 90 AC

RGB Percentages of Color #df90ac

%41.37
%26.72
%31.91

CMYK Percentages of Color #df90ac

%0
%35
%23
%13

Triadic Colors of #df90ac

#df90ac #acdf90 #90acdf

Analogous Colors of #df90ac

#df90ac #df9c90 #df90d4

Monochromatic Colors of #df90ac

#df90ac

Complementary Color

#df90ac #90dfc3

#df90ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df90ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#df90ac Color CSS Codes

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

#df90ac Text Font Color

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

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


#df90ac Background Color

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

This div background color is #df90ac


#df90ac Border Color

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

This div border color is #df90ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df90ac


Comments

No comments written yet.

Please login to write comment.