Color Hex Logo

#df81ee Color Hex

#DF81EE
(223,129,238)
0 Favorites   0 Comments

Color spaces of #df81ee

RGB 223129238
HSL0.810.760.72
HSV292°46°93°
CMYK 0.060.460.00   0.07
XYZ53.714337.561585.3080
Yxy37.56150.30420.2127
Hunter Lab61.287449.1902-39.6265
CIE-Lab67.696252.6248-40.0732

#df81ee color RGB value is (223,129,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10000001 11101110
Octal 337 201 356
Decimal 223 129 238
Hex DF 81 EE

RGB Percentages of Color #df81ee

%37.80
%21.86
%40.34

CMYK Percentages of Color #df81ee

%6
%46
%0
%7

Triadic Colors of #df81ee

#df81ee #eedf81 #81eedf

Analogous Colors of #df81ee

#df81ee #ee81c7 #a981ee

Monochromatic Colors of #df81ee

#df81ee

Complementary Color

#df81ee #90ee81

#df81ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df81ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#df81ee Color CSS Codes

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

#df81ee Text Font Color

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

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


#df81ee Background Color

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

This div background color is #df81ee


#df81ee Border Color

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

This div border color is #df81ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df81ee


Comments

No comments written yet.

Please login to write comment.