Color Hex Logo

#df40aa Color Hex

#DF40AA
(223,64,170)
0 Favorites   0 Comments

Color spaces of #df40aa

RGB 22364170
HSL0.890.710.56
HSV320°71°87°
CMYK 0.000.710.24   0.13
XYZ39.520522.257040.2433
Yxy22.25700.38740.2182
Hunter Lab47.177366.9693-17.5516
CIE-Lab54.298670.1798-22.3250

#df40aa color RGB value is (223,64,170).

#df40aa hex color red value is 223, green value is 64 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #df40aa hue: 0.89 , saturation: 0.71 and the lightness value of df40aa is 0.56.

The process color (four color CMYK) of #df40aa color hex is 0.00, 0.71, 0.24, 0.13. Web safe color of #df40aa is #cc3399. Color #df40aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01000000 10101010
Octal 337 100 252
Decimal 223 64 170
Hex DF 40 AA

RGB Percentages of Color #df40aa

%48.80
%14.00
%37.20

CMYK Percentages of Color #df40aa

%0
%71
%24
%13

Triadic Colors of #df40aa

#df40aa #aadf40 #40aadf

Analogous Colors of #df40aa

#df40aa #df405b #c540df

Monochromatic Colors of #df40aa

#df40aa

Complementary Color

#df40aa #40df75

#df40aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df40aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#df40aa Color CSS Codes

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

#df40aa Text Font Color

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

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


#df40aa Background Color

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

This div background color is #df40aa


#df40aa Border Color

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

This div border color is #df40aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,64,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 #df40aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df40aa


Comments

No comments written yet.

Please login to write comment.