Color Hex Logo

#df6eda Color Hex

#DF6EDA
(223,110,218)
0 Favorites   0 Comments

Color spaces of #df6eda

RGB 223110218
HSL0.840.640.65
HSV303°51°87°
CMYK 0.000.510.02   0.13
XYZ48.662231.901869.9225
Yxy31.90180.32340.2120
Hunter Lab56.481754.9450-33.8619
CIE-Lab63.261658.3499-35.8923

#df6eda color RGB value is (223,110,218).

#df6eda hex color red value is 223, green value is 110 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #df6eda hue: 0.84 , saturation: 0.64 and the lightness value of df6eda is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01101110 11011010
Octal 337 156 332
Decimal 223 110 218
Hex DF 6E DA

RGB Percentages of Color #df6eda

%40.47
%19.96
%39.56

CMYK Percentages of Color #df6eda

%0
%51
%2
%13

Triadic Colors of #df6eda

#df6eda #dadf6e #6edadf

Analogous Colors of #df6eda

#df6eda #df6ea2 #ac6edf

Monochromatic Colors of #df6eda

#df6eda

Complementary Color

#df6eda #6edf73

#df6eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df6eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#df6eda Color CSS Codes

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

#df6eda Text Font Color

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

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


#df6eda Background Color

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

This div background color is #df6eda


#df6eda Border Color

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

This div border color is #df6eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df6eda


Comments

No comments written yet.

Please login to write comment.