Color Hex Logo

#db66fa Color Hex

#DB66FA
(219,102,250)
0 Favorites   0 Comments

Color spaces of #db66fa

RGB 219102250
HSL0.800.940.69
HSV287°59°98°
CMYK 0.120.590.00   0.02
XYZ51.220131.464993.8162
Yxy31.46490.29020.1783
Hunter Lab56.093664.8279-59.8967
CIE-Lab62.898166.8059-54.2821

#db66fa color RGB value is (219,102,250).

#db66fa hex color red value is 219, green value is 102 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #db66fa hue: 0.80 , saturation: 0.94 and the lightness value of db66fa is 0.69.

The process color (four color CMYK) of #db66fa color hex is 0.12, 0.59, 0.00, 0.02. Web safe color of #db66fa is #cc66ff. Color #db66fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01100110 11111010
Octal 333 146 372
Decimal 219 102 250
Hex DB 66 FA

RGB Percentages of Color #db66fa

%38.35
%17.86
%43.78

CMYK Percentages of Color #db66fa

%12
%59
%0
%2

Triadic Colors of #db66fa

#db66fa #fadb66 #66fadb

Analogous Colors of #db66fa

#db66fa #fa66cf #9166fa

Monochromatic Colors of #db66fa

#db66fa

Complementary Color

#db66fa #85fa66

#db66fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db66fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#db66fa Color CSS Codes

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

#db66fa Text Font Color

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

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


#db66fa Background Color

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

This div background color is #db66fa


#db66fa Border Color

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

This div border color is #db66fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db66fa


Comments

No comments written yet.

Please login to write comment.