Color Hex Logo

#df5aab Color Hex

#DF5AAB
(223,90,171)
0 Favorites   0 Comments

Color spaces of #df5aab

RGB 22390171
HSL0.900.680.61
HSV323°60°87°
CMYK 0.000.600.23   0.13
XYZ41.438325.940641.3511
Yxy25.94060.38110.2386
Hunter Lab50.931956.0971-12.4846
CIE-Lab57.980660.2506-17.2818

#df5aab color RGB value is (223,90,171).

#df5aab hex color red value is 223, green value is 90 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #df5aab hue: 0.90 , saturation: 0.68 and the lightness value of df5aab is 0.61.

The process color (four color CMYK) of #df5aab color hex is 0.00, 0.60, 0.23, 0.13. Web safe color of #df5aab is #cc6699. Color #df5aab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01011010 10101011
Octal 337 132 253
Decimal 223 90 171
Hex DF 5A AB

RGB Percentages of Color #df5aab

%46.07
%18.60
%35.33

CMYK Percentages of Color #df5aab

%0
%60
%23
%13

Triadic Colors of #df5aab

#df5aab #abdf5a #5aabdf

Analogous Colors of #df5aab

#df5aab #df5a69 #d15adf

Monochromatic Colors of #df5aab

#df5aab

Complementary Color

#df5aab #5adf8e

#df5aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df5aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#df5aab Color CSS Codes

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

#df5aab Text Font Color

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

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


#df5aab Background Color

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

This div background color is #df5aab


#df5aab Border Color

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

This div border color is #df5aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df5aab


Comments

No comments written yet.

Please login to write comment.