Color Hex Logo

#5915ad Color Hex

#5915AD
(89,21,173)
0 Favorites   0 Comments

Color spaces of #5915ad

RGB 8921173
HSL0.740.780.38
HSV267°88°68°
CMYK 0.490.880.00   0.32
XYZ11.93085.677340.0022
Yxy5.67730.20710.0985
Hunter Lab23.827147.6819-82.8603
CIE-Lab28.583358.1804-66.3746

#5915ad color RGB value is (89,21,173).

#5915ad hex color red value is 89, green value is 21 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #5915ad hue: 0.74 , saturation: 0.78 and the lightness value of 5915ad is 0.38.

The process color (four color CMYK) of #5915ad color hex is 0.49, 0.88, 0.00, 0.32. Web safe color of #5915ad is #660099. Color #5915ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00010101 10101101
Octal 131 25 255
Decimal 89 21 173
Hex 59 15 AD

RGB Percentages of Color #5915ad

%31.45
%7.42
%61.13

CMYK Percentages of Color #5915ad

%49
%88
%0
%32

Triadic Colors of #5915ad

#5915ad #ad5915 #15ad59

Analogous Colors of #5915ad

#5915ad #a515ad #151dad

Monochromatic Colors of #5915ad

#5915ad

Complementary Color

#5915ad #69ad15

#5915ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5915ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#5915ad Color CSS Codes

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

#5915ad Text Font Color

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

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


#5915ad Background Color

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

This div background color is #5915ad


#5915ad Border Color

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

This div border color is #5915ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5915ad


Comments

No comments written yet.

Please login to write comment.