Color Hex Logo

#df46aa Color Hex

#DF46AA
(223,70,170)
0 Favorites   0 Comments

Color spaces of #df46aa

RGB 22370170
HSL0.890.710.57
HSV321°69°87°
CMYK 0.000.690.24   0.13
XYZ39.877322.970640.3622
Yxy22.97060.38640.2226
Hunter Lab47.927764.6442-16.3816
CIE-Lab55.042068.0952-21.1844

#df46aa color RGB value is (223,70,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01000110 10101010
Octal 337 106 252
Decimal 223 70 170
Hex DF 46 AA

RGB Percentages of Color #df46aa

%48.16
%15.12
%36.72

CMYK Percentages of Color #df46aa

%0
%69
%24
%13

Triadic Colors of #df46aa

#df46aa #aadf46 #46aadf

Analogous Colors of #df46aa

#df46aa #df465e #c846df

Monochromatic Colors of #df46aa

#df46aa

Complementary Color

#df46aa #46df7b

#df46aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df46aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#df46aa Color CSS Codes

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

#df46aa Text Font Color

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

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


#df46aa Background Color

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

This div background color is #df46aa


#df46aa Border Color

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

This div border color is #df46aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df46aa


Comments

No comments written yet.

Please login to write comment.