Color Hex Logo

#db66ff Color Hex

#DB66FF
(219,102,255)
0 Favorites   0 Comments

Color spaces of #db66ff

RGB 219102255
HSL0.791.000.70
HSV286°60°100°
CMYK 0.140.600.00   0.00
XYZ52.014831.782898.0010
Yxy31.78280.28610.1748
Hunter Lab56.376266.0323-63.6027
CIE-Lab63.163067.7579-56.6141

#db66ff color RGB value is (219,102,255).

#db66ff hex color red value is 219, green value is 102 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #db66ff hue: 0.79 , saturation: 1.00 and the lightness value of db66ff is 0.70.

The process color (four color CMYK) of #db66ff color hex is 0.14, 0.60, 0.00, 0.00. Web safe color of #db66ff is #cc66ff. Color #db66ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01100110 11111111
Octal 333 146 377
Decimal 219 102 255
Hex DB 66 FF

RGB Percentages of Color #db66ff

%38.02
%17.71
%44.27

CMYK Percentages of Color #db66ff

%14
%60
%0
%0

Triadic Colors of #db66ff

#db66ff #ffdb66 #66ffdb

Analogous Colors of #db66ff

#db66ff #ff66d7 #8f66ff

Monochromatic Colors of #db66ff

#db66ff

Complementary Color

#db66ff #8aff66

#db66ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db66ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#db66ff Color CSS Codes

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

#db66ff Text Font Color

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

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


#db66ff Background Color

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

This div background color is #db66ff


#db66ff Border Color

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

This div border color is #db66ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db66ff


Comments

No comments written yet.

Please login to write comment.