Color Hex Logo

#df83ee Color Hex

#DF83EE
(223,131,238)
0 Favorites   0 Comments

Color spaces of #df83ee

RGB 223131238
HSL0.810.760.72
HSV292°45°93°
CMYK 0.060.450.00   0.07
XYZ53.980338.093685.3966
Yxy38.09360.30420.2146
Hunter Lab61.720048.1060-38.8304
CIE-Lab68.089551.6105-39.4588

#df83ee color RGB value is (223,131,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000011 11101110
Octal 337 203 356
Decimal 223 131 238
Hex DF 83 EE

RGB Percentages of Color #df83ee

%37.67
%22.13
%40.20

CMYK Percentages of Color #df83ee

%6
%45
%0
%7

Triadic Colors of #df83ee

#df83ee #eedf83 #83eedf

Analogous Colors of #df83ee

#df83ee #ee83c8 #aa83ee

Monochromatic Colors of #df83ee

#df83ee

Complementary Color

#df83ee #92ee83

#df83ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df83ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#df83ee Color CSS Codes

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

#df83ee Text Font Color

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

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


#df83ee Background Color

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

This div background color is #df83ee


#df83ee Border Color

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

This div border color is #df83ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df83ee


Comments

No comments written yet.

Please login to write comment.