Color Hex Logo

#df85ee Color Hex

#DF85EE
(223,133,238)
0 Favorites   0 Comments

Color spaces of #df85ee

RGB 223133238
HSL0.810.760.73
HSV291°44°93°
CMYK 0.060.440.00   0.07
XYZ54.251638.636185.4871
Yxy38.63610.30410.2166
Hunter Lab62.157947.0188-38.0322
CIE-Lab68.486850.5905-38.8389

#df85ee color RGB value is (223,133,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000101 11101110
Octal 337 205 356
Decimal 223 133 238
Hex DF 85 EE

RGB Percentages of Color #df85ee

%37.54
%22.39
%40.07

CMYK Percentages of Color #df85ee

%6
%44
%0
%7

Triadic Colors of #df85ee

#df85ee #eedf85 #85eedf

Analogous Colors of #df85ee

#df85ee #ee85c9 #ab85ee

Monochromatic Colors of #df85ee

#df85ee

Complementary Color

#df85ee #94ee85

#df85ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df85ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#df85ee Color CSS Codes

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

#df85ee Text Font Color

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

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


#df85ee Background Color

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

This div background color is #df85ee


#df85ee Border Color

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

This div border color is #df85ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df85ee


Comments

No comments written yet.

Please login to write comment.