Color Hex Logo

#db66ea Color Hex

#DB66EA
(219,102,234)
0 Favorites   0 Comments

Color spaces of #db66ea

RGB 219102234
HSL0.810.760.66
HSV293°56°92°
CMYK 0.060.560.00   0.08
XYZ48.816130.503381.1567
Yxy30.50330.30420.1901
Hunter Lab55.229861.1191-48.4621
CIE-Lab62.086163.8382-46.7051

#db66ea color RGB value is (219,102,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01100110 11101010
Octal 333 146 352
Decimal 219 102 234
Hex DB 66 EA

RGB Percentages of Color #db66ea

%39.46
%18.38
%42.16

CMYK Percentages of Color #db66ea

%6
%56
%0
%8

Triadic Colors of #db66ea

#db66ea #eadb66 #66eadb

Analogous Colors of #db66ea

#db66ea #ea66b7 #9966ea

Monochromatic Colors of #db66ea

#db66ea

Complementary Color

#db66ea #75ea66

#db66ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db66ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#db66ea Color CSS Codes

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

#db66ea Text Font Color

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

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


#db66ea Background Color

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

This div background color is #db66ea


#db66ea Border Color

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

This div border color is #db66ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db66ea


Comments

No comments written yet.

Please login to write comment.