Color Hex Logo

#5155ba Color Hex

#5155BA
(81,85,186)
0 Favorites   0 Comments

Color spaces of #5155ba

RGB 8185186
HSL0.660.430.52
HSV238°56°73°
CMYK 0.560.540.00   0.27
XYZ15.504811.791547.9132
Yxy11.79150.20620.1568
Hunter Lab34.338820.5044-58.6908
CIE-Lab40.882828.0146-54.0492

#5155ba color RGB value is (81,85,186).

#5155ba hex color red value is 81, green value is 85 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #5155ba hue: 0.66 , saturation: 0.43 and the lightness value of 5155ba is 0.52.

The process color (four color CMYK) of #5155ba color hex is 0.56, 0.54, 0.00, 0.27. Web safe color of #5155ba is #6666cc. Color #5155ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01010101 10111010
Octal 121 125 272
Decimal 81 85 186
Hex 51 55 BA

RGB Percentages of Color #5155ba

%23.01
%24.15
%52.84

CMYK Percentages of Color #5155ba

%56
%54
%0
%27

Triadic Colors of #5155ba

#5155ba #ba5155 #55ba51

Analogous Colors of #5155ba

#5155ba #8251ba #518aba

Monochromatic Colors of #5155ba

#5155ba

Complementary Color

#5155ba #bab651

#5155ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5155ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#5155ba Color CSS Codes

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

#5155ba Text Font Color

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

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


#5155ba Background Color

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

This div background color is #5155ba


#5155ba Border Color

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

This div border color is #5155ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5155ba


Comments

No comments written yet.

Please login to write comment.