Color Hex Logo

#db68ec Color Hex

#DB68EC
(219,104,236)
0 Favorites   0 Comments

Color spaces of #db68ec

RGB 219104236
HSL0.810.780.67
HSV292°56°93°
CMYK 0.070.560.00   0.07
XYZ49.304131.016882.7451
Yxy31.01680.30240.1902
Hunter Lab55.692760.5616-49.1048
CIE-Lab62.521863.2899-47.1293

#db68ec color RGB value is (219,104,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01101000 11101100
Octal 333 150 354
Decimal 219 104 236
Hex DB 68 EC

RGB Percentages of Color #db68ec

%39.18
%18.60
%42.22

CMYK Percentages of Color #db68ec

%7
%56
%0
%7

Triadic Colors of #db68ec

#db68ec #ecdb68 #68ecdb

Analogous Colors of #db68ec

#db68ec #ec68bb #9968ec

Monochromatic Colors of #db68ec

#db68ec

Complementary Color

#db68ec #79ec68

#db68ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db68ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#db68ec Color CSS Codes

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

#db68ec Text Font Color

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

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


#db68ec Background Color

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

This div background color is #db68ec


#db68ec Border Color

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

This div border color is #db68ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db68ec


Comments

No comments written yet.

Please login to write comment.