Color Hex Logo

#df3aaa Color Hex

#DF3AAA
(223,58,170)
0 Favorites   0 Comments

Color spaces of #df3aaa

RGB 22358170
HSL0.890.720.55
HSV319°74°87°
CMYK 0.000.740.24   0.13
XYZ39.200221.616440.1365
Yxy21.61640.38830.2141
Hunter Lab46.493469.1359-18.6380
CIE-Lab53.617672.1043-23.3721

#df3aaa color RGB value is (223,58,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00111010 10101010
Octal 337 72 252
Decimal 223 58 170
Hex DF 3A AA

RGB Percentages of Color #df3aaa

%49.45
%12.86
%37.69

CMYK Percentages of Color #df3aaa

%0
%74
%24
%13

Triadic Colors of #df3aaa

#df3aaa #aadf3a #3aaadf

Analogous Colors of #df3aaa

#df3aaa #df3a57 #c23adf

Monochromatic Colors of #df3aaa

#df3aaa

Complementary Color

#df3aaa #3adf6f

#df3aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df3aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#df3aaa Color CSS Codes

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

#df3aaa Text Font Color

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

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


#df3aaa Background Color

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

This div background color is #df3aaa


#df3aaa Border Color

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

This div border color is #df3aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df3aaa


Comments

No comments written yet.

Please login to write comment.