Color Hex Logo

#df68ee Color Hex

#DF68EE
(223,104,238)
0 Favorites   0 Comments

Color spaces of #df68ee

RGB 223104238
HSL0.810.800.67
HSV293°56°93°
CMYK 0.060.560.00   0.07
XYZ50.814431.761784.3413
Yxy31.76170.30440.1903
Hunter Lab56.357562.3177-49.2796
CIE-Lab63.145464.6628-47.2202

#df68ee color RGB value is (223,104,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 01101000 11101110
Octal 337 150 356
Decimal 223 104 238
Hex DF 68 EE

RGB Percentages of Color #df68ee

%39.47
%18.41
%42.12

CMYK Percentages of Color #df68ee

%6
%56
%0
%7

Triadic Colors of #df68ee

#df68ee #eedf68 #68eedf

Analogous Colors of #df68ee

#df68ee #ee68ba #9c68ee

Monochromatic Colors of #df68ee

#df68ee

Complementary Color

#df68ee #77ee68

#df68ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df68ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#df68ee Color CSS Codes

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

#df68ee Text Font Color

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

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


#df68ee Background Color

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

This div background color is #df68ee


#df68ee Border Color

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

This div border color is #df68ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df68ee


Comments

No comments written yet.

Please login to write comment.