Color Hex Logo

#db68fc Color Hex

#DB68FC
(219,104,252)
0 Favorites   0 Comments

Color spaces of #db68fc

RGB 219104252
HSL0.800.960.70
HSV287°59°99°
CMYK 0.130.590.00   0.01
XYZ51.734431.989095.5432
Yxy31.98900.28860.1784
Hunter Lab56.558864.2962-60.5657
CIE-Lab63.333866.2854-54.6916

#db68fc color RGB value is (219,104,252).

#db68fc hex color red value is 219, green value is 104 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #db68fc hue: 0.80 , saturation: 0.96 and the lightness value of db68fc is 0.70.

The process color (four color CMYK) of #db68fc color hex is 0.13, 0.59, 0.00, 0.01. Web safe color of #db68fc is #cc66ff. Color #db68fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01101000 11111100
Octal 333 150 374
Decimal 219 104 252
Hex DB 68 FC

RGB Percentages of Color #db68fc

%38.09
%18.09
%43.83

CMYK Percentages of Color #db68fc

%13
%59
%0
%1

Triadic Colors of #db68fc

#db68fc #fcdb68 #68fcdb

Analogous Colors of #db68fc

#db68fc #fc68d3 #9168fc

Monochromatic Colors of #db68fc

#db68fc

Complementary Color

#db68fc #89fc68

#db68fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db68fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#db68fc Color CSS Codes

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

#db68fc Text Font Color

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

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


#db68fc Background Color

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

This div background color is #db68fc


#db68fc Border Color

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

This div border color is #db68fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db68fc


Comments

No comments written yet.

Please login to write comment.