Color Hex Logo

#ad59ea Color Hex

#AD59EA
(173,89,234)
0 Favorites   0 Comments

Color spaces of #ad59ea

RGB 17389234
HSL0.760.780.63
HSV275°62°92°
CMYK 0.260.620.00   0.08
XYZ35.657221.969580.2031
Yxy21.96950.25870.1594
Hunter Lab46.871653.7670-68.6423
CIE-Lab53.994658.9105-59.9429

#ad59ea color RGB value is (173,89,234).

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

The process color (four color CMYK) of #ad59ea color hex is 0.26, 0.62, 0.00, 0.08. Web safe color of #ad59ea is #9966ff. Color #ad59ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01011001 11101010
Octal 255 131 352
Decimal 173 89 234
Hex AD 59 EA

RGB Percentages of Color #ad59ea

%34.88
%17.94
%47.18

CMYK Percentages of Color #ad59ea

%26
%62
%0
%8

Triadic Colors of #ad59ea

#ad59ea #eaad59 #59eaad

Analogous Colors of #ad59ea

#ad59ea #ea59df #6559ea

Monochromatic Colors of #ad59ea

#ad59ea

Complementary Color

#ad59ea #96ea59

#ad59ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad59ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad59ea Color CSS Codes

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

#ad59ea Text Font Color

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

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


#ad59ea Background Color

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

This div background color is #ad59ea


#ad59ea Border Color

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

This div border color is #ad59ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad59ea


Comments

No comments written yet.

Please login to write comment.