Color Hex Logo

#df4aaa Color Hex

#DF4AAA
(223,74,170)
0 Favorites   0 Comments

Color spaces of #df4aaa

RGB 22374170
HSL0.890.700.58
HSV321°67°87°
CMYK 0.000.670.24   0.13
XYZ40.135923.487840.4484
Yxy23.48780.38570.2257
Hunter Lab48.464263.0134-15.5587
CIE-Lab55.571366.6214-20.3742

#df4aaa color RGB value is (223,74,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01001010 10101010
Octal 337 112 252
Decimal 223 74 170
Hex DF 4A AA

RGB Percentages of Color #df4aaa

%47.75
%15.85
%36.40

CMYK Percentages of Color #df4aaa

%0
%67
%24
%13

Triadic Colors of #df4aaa

#df4aaa #aadf4a #4aaadf

Analogous Colors of #df4aaa

#df4aaa #df4a5f #ca4adf

Monochromatic Colors of #df4aaa

#df4aaa

Complementary Color

#df4aaa #4adf7f

#df4aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df4aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#df4aaa Color CSS Codes

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

#df4aaa Text Font Color

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

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


#df4aaa Background Color

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

This div background color is #df4aaa


#df4aaa Border Color

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

This div border color is #df4aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df4aaa


Comments

No comments written yet.

Please login to write comment.