Color Hex Logo

#df7ede Color Hex

#DF7EDE
(223,126,222)
0 Favorites   0 Comments

Color spaces of #df7ede

RGB 223126222
HSL0.840.600.68
HSV301°43°87°
CMYK 0.000.430.00   0.13
XYZ51.077135.883673.3414
Yxy35.88360.31860.2238
Hunter Lab59.902947.3705-30.6589
CIE-Lab66.430951.1995-33.1957

#df7ede color RGB value is (223,126,222).

#df7ede hex color red value is 223, green value is 126 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #df7ede hue: 0.84 , saturation: 0.60 and the lightness value of df7ede is 0.68.

The process color (four color CMYK) of #df7ede color hex is 0.00, 0.43, 0.00, 0.13. Web safe color of #df7ede is #cc66cc. Color #df7ede contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01111110 11011110
Octal 337 176 336
Decimal 223 126 222
Hex DF 7E DE

RGB Percentages of Color #df7ede

%39.05
%22.07
%38.88

CMYK Percentages of Color #df7ede

%0
%43
%0
%13

Triadic Colors of #df7ede

#df7ede #dedf7e #7ededf

Analogous Colors of #df7ede

#df7ede #df7eae #b07edf

Monochromatic Colors of #df7ede

#df7ede

Complementary Color

#df7ede #7edf7f

#df7ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df7ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#df7ede Color CSS Codes

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

#df7ede Text Font Color

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

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


#df7ede Background Color

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

This div background color is #df7ede


#df7ede Border Color

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

This div border color is #df7ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df7ede


Comments

No comments written yet.

Please login to write comment.