Color Hex Logo

#5915bc Color Hex

#5915BC
(89,21,188)
0 Favorites   0 Comments

Color spaces of #5915bc

RGB 8921188
HSL0.730.800.41
HSV264°89°74°
CMYK 0.530.890.00   0.26
XYZ13.46516.291048.0816
Yxy6.29100.19850.0927
Hunter Lab25.081951.9337-96.1008
CIE-Lab30.135161.7935-72.7578

#5915bc color RGB value is (89,21,188).

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

The process color (four color CMYK) of #5915bc color hex is 0.53, 0.89, 0.00, 0.26. Web safe color of #5915bc is #6600cc. Color #5915bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 00010101 10111100
Octal 131 25 274
Decimal 89 21 188
Hex 59 15 BC

RGB Percentages of Color #5915bc

%29.87
%7.05
%63.09

CMYK Percentages of Color #5915bc

%53
%89
%0
%26

Triadic Colors of #5915bc

#5915bc #bc5915 #15bc59

Analogous Colors of #5915bc

#5915bc #ad15bc #1525bc

Monochromatic Colors of #5915bc

#5915bc

Complementary Color

#5915bc #78bc15

#5915bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5915bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5915bc Color CSS Codes

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

#5915bc Text Font Color

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

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


#5915bc Background Color

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

This div background color is #5915bc


#5915bc Border Color

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

This div border color is #5915bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5915bc


Comments

No comments written yet.

Please login to write comment.