Color Hex Logo

#df1ead Color Hex

#DF1EAD
(223,30,173)
0 Favorites   0 Comments

Color spaces of #df1ead

RGB 22330173
HSL0.880.760.50
HSV316°87°87°
CMYK 0.000.870.22   0.13
XYZ38.438519.633741.2989
Yxy19.63370.38680.1976
Hunter Lab44.309977.3049-24.2441
CIE-Lab51.420579.1482-28.5314

#df1ead color RGB value is (223,30,173).

#df1ead hex color red value is 223, green value is 30 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #df1ead hue: 0.88 , saturation: 0.76 and the lightness value of df1ead is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00011110 10101101
Octal 337 36 255
Decimal 223 30 173
Hex DF 1E AD

RGB Percentages of Color #df1ead

%52.35
%7.04
%40.61

CMYK Percentages of Color #df1ead

%0
%87
%22
%13

Triadic Colors of #df1ead

#df1ead #addf1e #1eaddf

Analogous Colors of #df1ead

#df1ead #df1e4c #b11edf

Monochromatic Colors of #df1ead

#df1ead

Complementary Color

#df1ead #1edf50

#df1ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df1ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#df1ead Color CSS Codes

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

#df1ead Text Font Color

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

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


#df1ead Background Color

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

This div background color is #df1ead


#df1ead Border Color

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

This div border color is #df1ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df1ead


Comments

No comments written yet.

Please login to write comment.