Color Hex Logo

#df2daa Color Hex

#DF2DAA
(223,45,170)
0 Favorites   0 Comments

Color spaces of #df2daa

RGB 22345170
HSL0.880.740.53
HSV318°80°87°
CMYK 0.000.800.24   0.13
XYZ38.625520.467039.9450
Yxy20.46700.39000.2067
Hunter Lab45.240573.2293-20.6817
CIE-Lab52.361275.6923-25.3099

#df2daa color RGB value is (223,45,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00101101 10101010
Octal 337 55 252
Decimal 223 45 170
Hex DF 2D AA

RGB Percentages of Color #df2daa

%50.91
%10.27
%38.81

CMYK Percentages of Color #df2daa

%0
%80
%24
%13

Triadic Colors of #df2daa

#df2daa #aadf2d #2daadf

Analogous Colors of #df2daa

#df2daa #df2d51 #bb2ddf

Monochromatic Colors of #df2daa

#df2daa

Complementary Color

#df2daa #2ddf62

#df2daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df2daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#df2daa Color CSS Codes

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

#df2daa Text Font Color

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

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


#df2daa Background Color

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

This div background color is #df2daa


#df2daa Border Color

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

This div border color is #df2daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df2daa


Comments

No comments written yet.

Please login to write comment.