Color Hex Logo

#5013ba Color Hex

#5013BA
(80,19,186)
0 Favorites   0 Comments

Color spaces of #5013ba

RGB 8019186
HSL0.730.810.40
HSV262°90°73°
CMYK 0.570.900.00   0.27
XYZ12.40415.716446.9040
Yxy5.71640.19080.0879
Hunter Lab23.909050.7659-99.5772
CIE-Lab28.685461.0079-74.0036

#5013ba color RGB value is (80,19,186).

#5013ba hex color red value is 80, green value is 19 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #5013ba hue: 0.73 , saturation: 0.81 and the lightness value of 5013ba is 0.40.

The process color (four color CMYK) of #5013ba color hex is 0.57, 0.90, 0.00, 0.27. Web safe color of #5013ba is #6600cc. Color #5013ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00010011 10111010
Octal 120 23 272
Decimal 80 19 186
Hex 50 13 BA

RGB Percentages of Color #5013ba

%28.07
%6.67
%65.26

CMYK Percentages of Color #5013ba

%57
%90
%0
%27

Triadic Colors of #5013ba

#5013ba #ba5013 #13ba50

Analogous Colors of #5013ba

#5013ba #a413ba #132aba

Monochromatic Colors of #5013ba

#5013ba

Complementary Color

#5013ba #7dba13

#5013ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5013ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#5013ba Color CSS Codes

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

#5013ba Text Font Color

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

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


#5013ba Background Color

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

This div background color is #5013ba


#5013ba Border Color

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

This div border color is #5013ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,19,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5013ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5013ba;
  -webkit-box-shadow: 1px 1px 3px 2px #5013ba;
  box-shadow:         1px 1px 3px 2px #5013ba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,19,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5013ba


Comments

No comments written yet.

Please login to write comment.