Color Hex Logo

#df1ede Color Hex

#DF1EDE
(223,30,222)
0 Favorites   0 Comments

Color spaces of #df1ede

RGB 22330222
HSL0.830.760.50
HSV300°87°87°
CMYK 0.000.870.00   0.13
XYZ44.080521.890471.0092
Yxy21.89040.32180.1598
Hunter Lab46.787286.2961-57.2338
CIE-Lab53.910585.6868-52.9042

#df1ede color RGB value is (223,30,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00011110 11011110
Octal 337 36 336
Decimal 223 30 222
Hex DF 1E DE

RGB Percentages of Color #df1ede

%46.95
%6.32
%46.74

CMYK Percentages of Color #df1ede

%0
%87
%0
%13

Triadic Colors of #df1ede

#df1ede #dedf1e #1ededf

Analogous Colors of #df1ede

#df1ede #df1e7e #801edf

Monochromatic Colors of #df1ede

#df1ede

Complementary Color

#df1ede #1edf1f

#df1ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df1ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#df1ede Color CSS Codes

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

#df1ede Text Font Color

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

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


#df1ede Background Color

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

This div background color is #df1ede


#df1ede Border Color

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

This div border color is #df1ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df1ede


Comments

No comments written yet.

Please login to write comment.