Color Hex Logo

#da59fa Color Hex

#DA59FA
(218,89,250)
0 Favorites   0 Comments

Color spaces of #da59fa

RGB 21889250
HSL0.800.940.66
HSV288°64°98°
CMYK 0.130.640.00   0.02
XYZ49.741128.952393.4092
Yxy28.95230.28900.1682
Hunter Lab53.807370.8478-65.2619
CIE-Lab60.739572.1557-57.7282

#da59fa color RGB value is (218,89,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01011001 11111010
Octal 332 131 372
Decimal 218 89 250
Hex DA 59 FA

RGB Percentages of Color #da59fa

%39.14
%15.98
%44.88

CMYK Percentages of Color #da59fa

%13
%64
%0
%2

Triadic Colors of #da59fa

#da59fa #fada59 #59fada

Analogous Colors of #da59fa

#da59fa #fa59ca #8a59fa

Monochromatic Colors of #da59fa

#da59fa

Complementary Color

#da59fa #79fa59

#da59fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da59fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#da59fa Color CSS Codes

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

#da59fa Text Font Color

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

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


#da59fa Background Color

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

This div background color is #da59fa


#da59fa Border Color

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

This div border color is #da59fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da59fa

Related Colors


Comments

No comments written yet.

Please login to write comment.