Color Hex Logo

#da59ff Color Hex

#DA59FF
(218,89,255)
0 Favorites   0 Comments

Color spaces of #da59ff

RGB 21889255
HSL0.801.000.67
HSV287°65°100°
CMYK 0.150.650.00   0.00
XYZ50.535829.270297.5939
Yxy29.27020.28490.1650
Hunter Lab54.101972.0557-69.0812
CIE-Lab61.019473.0840-60.0423

#da59ff color RGB value is (218,89,255).

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

The process color (four color CMYK) of #da59ff color hex is 0.15, 0.65, 0.00, 0.00. Web safe color of #da59ff is #cc66ff. Color #da59ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01011001 11111111
Octal 332 131 377
Decimal 218 89 255
Hex DA 59 FF

RGB Percentages of Color #da59ff

%38.79
%15.84
%45.37

CMYK Percentages of Color #da59ff

%15
%65
%0
%0

Triadic Colors of #da59ff

#da59ff #ffda59 #59ffda

Analogous Colors of #da59ff

#da59ff #ff59d1 #8759ff

Monochromatic Colors of #da59ff

#da59ff

Complementary Color

#da59ff #7eff59

#da59ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da59ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#da59ff Color CSS Codes

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

#da59ff Text Font Color

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

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


#da59ff Background Color

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

This div background color is #da59ff


#da59ff Border Color

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

This div border color is #da59ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,89,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da59ff

Related Colors


Comments

No comments written yet.

Please login to write comment.