Color Hex Logo

#db60fc Color Hex

#DB60FC
(219,96,252)
0 Favorites   0 Comments

Color spaces of #db60fc

RGB 21996252
HSL0.800.960.68
HSV287°62°99°
CMYK 0.130.620.00   0.01
XYZ50.967030.454195.2874
Yxy30.45410.28840.1723
Hunter Lab55.185268.2817-63.7454
CIE-Lab62.044169.8159-56.7443

#db60fc color RGB value is (219,96,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01100000 11111100
Octal 333 140 374
Decimal 219 96 252
Hex DB 60 FC

RGB Percentages of Color #db60fc

%38.62
%16.93
%44.44

CMYK Percentages of Color #db60fc

%13
%62
%0
%1

Triadic Colors of #db60fc

#db60fc #fcdb60 #60fcdb

Analogous Colors of #db60fc

#db60fc #fc60cf #8d60fc

Monochromatic Colors of #db60fc

#db60fc

Complementary Color

#db60fc #81fc60

#db60fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db60fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#db60fc Color CSS Codes

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

#db60fc Text Font Color

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

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


#db60fc Background Color

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

This div background color is #db60fc


#db60fc Border Color

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

This div border color is #db60fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db60fc


Comments

No comments written yet.

Please login to write comment.