Color Hex Logo

#da59ea Color Hex

#DA59EA
(218,89,234)
0 Favorites   0 Comments

Color spaces of #da59ea

RGB 21889234
HSL0.810.780.63
HSV293°62°92°
CMYK 0.070.620.00   0.08
XYZ47.337127.990780.7497
Yxy27.99070.30330.1793
Hunter Lab52.906267.1244-53.4587
CIE-Lab59.880369.2603-50.2045

#da59ea color RGB value is (218,89,234).

#da59ea hex color red value is 218, green value is 89 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #da59ea hue: 0.81 , saturation: 0.78 and the lightness value of da59ea is 0.63.

The process color (four color CMYK) of #da59ea color hex is 0.07, 0.62, 0.00, 0.08. Web safe color of #da59ea is #cc66ff. Color #da59ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01011001 11101010
Octal 332 131 352
Decimal 218 89 234
Hex DA 59 EA

RGB Percentages of Color #da59ea

%40.30
%16.45
%43.25

CMYK Percentages of Color #da59ea

%7
%62
%0
%8

Triadic Colors of #da59ea

#da59ea #eada59 #59eada

Analogous Colors of #da59ea

#da59ea #ea59b2 #9259ea

Monochromatic Colors of #da59ea

#da59ea

Complementary Color

#da59ea #69ea59

#da59ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da59ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#da59ea Color CSS Codes

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

#da59ea Text Font Color

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

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


#da59ea Background Color

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

This div background color is #da59ea


#da59ea Border Color

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

This div border color is #da59ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da59ea


Comments

No comments written yet.

Please login to write comment.