Color Hex Logo

#5008ba Color Hex

#5008BA
(80,8,186)
0 Favorites   0 Comments

Color spaces of #5008ba

RGB 808186
HSL0.730.920.38
HSV264°96°73°
CMYK 0.570.960.00   0.27
XYZ12.25805.424346.8553
Yxy5.42430.18990.0840
Hunter Lab23.290153.1899-102.9771
CIE-Lab27.910963.3465-75.2866

#5008ba color RGB value is (80,8,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00001000 10111010
Octal 120 10 272
Decimal 80 8 186
Hex 50 8 BA

RGB Percentages of Color #5008ba

%29.20
%2.92
%67.88

CMYK Percentages of Color #5008ba

%57
%96
%0
%27

Triadic Colors of #5008ba

#5008ba #ba5008 #08ba50

Analogous Colors of #5008ba

#5008ba #a908ba #0819ba

Monochromatic Colors of #5008ba

#5008ba

Complementary Color

#5008ba #72ba08

#5008ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5008ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#5008ba Color CSS Codes

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

#5008ba Text Font Color

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

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


#5008ba Background Color

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

This div background color is #5008ba


#5008ba Border Color

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

This div border color is #5008ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5008ba


Comments

No comments written yet.

Please login to write comment.