Color Hex Logo

#df3ead Color Hex

#DF3EAD
(223,62,173)
0 Favorites   0 Comments

Color spaces of #df3ead

RGB 22362173
HSL0.890.720.56
HSV319°72°87°
CMYK 0.000.720.22   0.13
XYZ39.696922.150441.7184
Yxy22.15040.38330.2139
Hunter Lab47.064268.1957-19.6106
CIE-Lab54.186271.2188-24.2514

#df3ead color RGB value is (223,62,173).

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

The process color (four color CMYK) of #df3ead color hex is 0.00, 0.72, 0.22, 0.13. Web safe color of #df3ead is #cc3399. Color #df3ead contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00111110 10101101
Octal 337 76 255
Decimal 223 62 173
Hex DF 3E AD

RGB Percentages of Color #df3ead

%48.69
%13.54
%37.77

CMYK Percentages of Color #df3ead

%0
%72
%22
%13

Triadic Colors of #df3ead

#df3ead #addf3e #3eaddf

Analogous Colors of #df3ead

#df3ead #df3e5d #c13edf

Monochromatic Colors of #df3ead

#df3ead

Complementary Color

#df3ead #3edf70

#df3ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df3ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#df3ead Color CSS Codes

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

#df3ead Text Font Color

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

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


#df3ead Background Color

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

This div background color is #df3ead


#df3ead Border Color

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

This div border color is #df3ead


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,62,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #df3ead">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df3ead


Comments

No comments written yet.

Please login to write comment.