Color Hex Logo

#df13aa Color Hex

#DF13AA
(223,19,170)
0 Favorites   0 Comments

Color spaces of #df13aa

RGB 22319170
HSL0.880.840.47
HSV316°91°87°
CMYK 0.000.910.24   0.13
XYZ37.920019.056039.7098
Yxy19.05600.39220.1971
Hunter Lab43.653278.6637-23.3769
CIE-Lab50.752780.3568-27.8016

#df13aa color RGB value is (223,19,170).

#df13aa hex color red value is 223, green value is 19 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #df13aa hue: 0.88 , saturation: 0.84 and the lightness value of df13aa is 0.47.

The process color (four color CMYK) of #df13aa color hex is 0.00, 0.91, 0.24, 0.13. Web safe color of #df13aa is #cc0099. Color #df13aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00010011 10101010
Octal 337 23 252
Decimal 223 19 170
Hex DF 13 AA

RGB Percentages of Color #df13aa

%54.13
%4.61
%41.26

CMYK Percentages of Color #df13aa

%0
%91
%24
%13

Triadic Colors of #df13aa

#df13aa #aadf13 #13aadf

Analogous Colors of #df13aa

#df13aa #df1344 #ae13df

Monochromatic Colors of #df13aa

#df13aa

Complementary Color

#df13aa #13df48

#df13aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df13aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#df13aa Color CSS Codes

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

#df13aa Text Font Color

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

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


#df13aa Background Color

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

This div background color is #df13aa


#df13aa Border Color

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

This div border color is #df13aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df13aa


Comments

No comments written yet.

Please login to write comment.