Color Hex Logo

#df85eb Color Hex

#DF85EB
(223,133,235)
0 Favorites   0 Comments

Color spaces of #df85eb

RGB 223133235
HSL0.810.720.72
HSV293°43°92°
CMYK 0.050.430.00   0.08
XYZ53.814438.461283.1847
Yxy38.46120.30670.2192
Hunter Lab62.017146.3608-36.1148
CIE-Lab68.359250.0237-37.3875

#df85eb color RGB value is (223,133,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000101 11101011
Octal 337 205 353
Decimal 223 133 235
Hex DF 85 EB

RGB Percentages of Color #df85eb

%37.73
%22.50
%39.76

CMYK Percentages of Color #df85eb

%5
%43
%0
%8

Triadic Colors of #df85eb

#df85eb #ebdf85 #85ebdf

Analogous Colors of #df85eb

#df85eb #eb85c4 #ac85eb

Monochromatic Colors of #df85eb

#df85eb

Complementary Color

#df85eb #91eb85

#df85eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df85eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#df85eb Color CSS Codes

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

#df85eb Text Font Color

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

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


#df85eb Background Color

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

This div background color is #df85eb


#df85eb Border Color

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

This div border color is #df85eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df85eb


Comments

No comments written yet.

Please login to write comment.