Color Hex Logo

#df65ee Color Hex

#DF65EE
(223,101,238)
0 Favorites   0 Comments

Color spaces of #df65ee

RGB 223101238
HSL0.820.800.66
HSV293°58°93°
CMYK 0.060.580.00   0.07
XYZ50.517731.168484.2424
Yxy31.16840.30450.1878
Hunter Lab55.828763.8192-50.3853
CIE-Lab62.649566.0090-48.0034

#df65ee color RGB value is (223,101,238).

#df65ee hex color red value is 223, green value is 101 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #df65ee hue: 0.82 , saturation: 0.80 and the lightness value of df65ee is 0.66.

The process color (four color CMYK) of #df65ee color hex is 0.06, 0.58, 0.00, 0.07. Web safe color of #df65ee is #cc66ff. Color #df65ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01100101 11101110
Octal 337 145 356
Decimal 223 101 238
Hex DF 65 EE

RGB Percentages of Color #df65ee

%39.68
%17.97
%42.35

CMYK Percentages of Color #df65ee

%6
%58
%0
%7

Triadic Colors of #df65ee

#df65ee #eedf65 #65eedf

Analogous Colors of #df65ee

#df65ee #ee65b9 #9b65ee

Monochromatic Colors of #df65ee

#df65ee

Complementary Color

#df65ee #74ee65

#df65ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df65ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#df65ee Color CSS Codes

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

#df65ee Text Font Color

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

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


#df65ee Background Color

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

This div background color is #df65ee


#df65ee Border Color

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

This div border color is #df65ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df65ee


Comments

No comments written yet.

Please login to write comment.