Color Hex Logo

#df86eb Color Hex

#DF86EB
(223,134,235)
0 Favorites   0 Comments

Color spaces of #df86eb

RGB 223134235
HSL0.810.720.72
HSV293°43°92°
CMYK 0.050.430.00   0.08
XYZ53.951938.736383.2305
Yxy38.73630.30670.2202
Hunter Lab62.238545.8167-35.7206
CIE-Lab68.559849.5108-37.0751

#df86eb color RGB value is (223,134,235).

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

The process color (four color CMYK) of #df86eb color hex is 0.05, 0.43, 0.00, 0.08. Web safe color of #df86eb is #cc99ff. Color #df86eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000110 11101011
Octal 337 206 353
Decimal 223 134 235
Hex DF 86 EB

RGB Percentages of Color #df86eb

%37.67
%22.64
%39.70

CMYK Percentages of Color #df86eb

%5
%43
%0
%8

Triadic Colors of #df86eb

#df86eb #ebdf86 #86ebdf

Analogous Colors of #df86eb

#df86eb #eb86c5 #ad86eb

Monochromatic Colors of #df86eb

#df86eb

Complementary Color

#df86eb #92eb86

#df86eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df86eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#df86eb Color CSS Codes

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

#df86eb Text Font Color

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

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


#df86eb Background Color

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

This div background color is #df86eb


#df86eb Border Color

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

This div border color is #df86eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df86eb


Comments

No comments written yet.

Please login to write comment.