Color Hex Logo

#df86ed Color Hex

#DF86ED
(223,134,237)
0 Favorites   0 Comments

Color spaces of #df86ed

RGB 223134237
HSL0.810.740.73
HSV292°43°93°
CMYK 0.060.430.00   0.07
XYZ54.242638.852684.7612
Yxy38.85260.30500.2184
Hunter Lab62.331946.2540-36.9925
CIE-Lab68.644449.8886-38.0436

#df86ed color RGB value is (223,134,237).

#df86ed hex color red value is 223, green value is 134 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #df86ed hue: 0.81 , saturation: 0.74 and the lightness value of df86ed is 0.73.

The process color (four color CMYK) of #df86ed color hex is 0.06, 0.43, 0.00, 0.07. Web safe color of #df86ed is #cc99ff. Color #df86ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000110 11101101
Octal 337 206 355
Decimal 223 134 237
Hex DF 86 ED

RGB Percentages of Color #df86ed

%37.54
%22.56
%39.90

CMYK Percentages of Color #df86ed

%6
%43
%0
%7

Triadic Colors of #df86ed

#df86ed #eddf86 #86eddf

Analogous Colors of #df86ed

#df86ed #ed86c8 #ac86ed

Monochromatic Colors of #df86ed

#df86ed

Complementary Color

#df86ed #94ed86

#df86ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df86ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#df86ed Color CSS Codes

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

#df86ed Text Font Color

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

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


#df86ed Background Color

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

This div background color is #df86ed


#df86ed Border Color

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

This div border color is #df86ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df86ed


Comments

No comments written yet.

Please login to write comment.