Color Hex Logo

#5915ca Color Hex

#5915CA
(89,21,202)
0 Favorites   0 Comments

Color spaces of #5915ca

RGB 8921202
HSL0.730.810.44
HSV263°90°79°
CMYK 0.560.900.00   0.21
XYZ15.04876.924456.4205
Yxy6.92440.19200.0883
Hunter Lab26.314356.0313-108.7040
CIE-Lab31.634265.1738-78.5128

#5915ca color RGB value is (89,21,202).

#5915ca hex color red value is 89, green value is 21 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #5915ca hue: 0.73 , saturation: 0.81 and the lightness value of 5915ca is 0.44.

The process color (four color CMYK) of #5915ca color hex is 0.56, 0.90, 0.00, 0.21. Web safe color of #5915ca is #6600cc. Color #5915ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00010101 11001010
Octal 131 25 312
Decimal 89 21 202
Hex 59 15 CA

RGB Percentages of Color #5915ca

%28.53
%6.73
%64.74

CMYK Percentages of Color #5915ca

%56
%90
%0
%21

Triadic Colors of #5915ca

#5915ca #ca5915 #15ca59

Analogous Colors of #5915ca

#5915ca #b415ca #152cca

Monochromatic Colors of #5915ca

#5915ca

Complementary Color

#5915ca #86ca15

#5915ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5915ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#5915ca Color CSS Codes

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

#5915ca Text Font Color

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

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


#5915ca Background Color

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

This div background color is #5915ca


#5915ca Border Color

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

This div border color is #5915ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5915ca


Comments

No comments written yet.

Please login to write comment.