Color Hex Logo

#df66ea Color Hex

#DF66EA
(223,102,234)
0 Favorites   0 Comments

Color spaces of #df66ea

RGB 223102234
HSL0.820.760.66
HSV295°56°92°
CMYK 0.050.560.00   0.08
XYZ50.034131.131281.2137
Yxy31.13120.30810.1917
Hunter Lab55.795362.4268-47.2437
CIE-Lab62.618264.8473-45.8301

#df66ea color RGB value is (223,102,234).

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

The process color (four color CMYK) of #df66ea color hex is 0.05, 0.56, 0.00, 0.08. Web safe color of #df66ea is #cc66ff. Color #df66ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01100110 11101010
Octal 337 146 352
Decimal 223 102 234
Hex DF 66 EA

RGB Percentages of Color #df66ea

%39.89
%18.25
%41.86

CMYK Percentages of Color #df66ea

%5
%56
%0
%8

Triadic Colors of #df66ea

#df66ea #eadf66 #66eadf

Analogous Colors of #df66ea

#df66ea #ea66b3 #9d66ea

Monochromatic Colors of #df66ea

#df66ea

Complementary Color

#df66ea #71ea66

#df66ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df66ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#df66ea Color CSS Codes

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

#df66ea Text Font Color

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

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


#df66ea Background Color

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

This div background color is #df66ea


#df66ea Border Color

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

This div border color is #df66ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,102,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #df66ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df66ea


Comments

No comments written yet.

Please login to write comment.