Color Hex Logo

#db59fa Color Hex

#DB59FA
(219,89,250)
0 Favorites   0 Comments

Color spaces of #db59fa

RGB 21989250
HSL0.800.940.66
HSV288°64°98°
CMYK 0.120.640.00   0.02
XYZ50.041129.107093.4232
Yxy29.10700.29000.1687
Hunter Lab53.950971.1501-64.9029
CIE-Lab60.875972.3760-57.5025

#db59fa color RGB value is (219,89,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01011001 11111010
Octal 333 131 372
Decimal 219 89 250
Hex DB 59 FA

RGB Percentages of Color #db59fa

%39.25
%15.95
%44.80

CMYK Percentages of Color #db59fa

%12
%64
%0
%2

Triadic Colors of #db59fa

#db59fa #fadb59 #59fadb

Analogous Colors of #db59fa

#db59fa #fa59c9 #8b59fa

Monochromatic Colors of #db59fa

#db59fa

Complementary Color

#db59fa #78fa59

#db59fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db59fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#db59fa Color CSS Codes

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

#db59fa Text Font Color

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

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


#db59fa Background Color

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

This div background color is #db59fa


#db59fa Border Color

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

This div border color is #db59fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db59fa

Related Colors


Comments

No comments written yet.

Please login to write comment.