Color Hex Logo

#df69ee Color Hex

#DF69EE
(223,105,238)
0 Favorites   0 Comments

Color spaces of #df69ee

RGB 223105238
HSL0.810.800.67
HSV293°56°93°
CMYK 0.060.560.00   0.07
XYZ50.915631.964284.3751
Yxy31.96420.30440.1911
Hunter Lab56.536961.8127-48.9080
CIE-Lab63.313364.2085-46.9553

#df69ee color RGB value is (223,105,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01101001 11101110
Octal 337 151 356
Decimal 223 105 238
Hex DF 69 EE

RGB Percentages of Color #df69ee

%39.40
%18.55
%42.05

CMYK Percentages of Color #df69ee

%6
%56
%0
%7

Triadic Colors of #df69ee

#df69ee #eedf69 #69eedf

Analogous Colors of #df69ee

#df69ee #ee69bb #9d69ee

Monochromatic Colors of #df69ee

#df69ee

Complementary Color

#df69ee #78ee69

#df69ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df69ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#df69ee Color CSS Codes

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

#df69ee Text Font Color

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

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


#df69ee Background Color

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

This div background color is #df69ee


#df69ee Border Color

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

This div border color is #df69ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df69ee


Comments

No comments written yet.

Please login to write comment.