Color Hex Logo

#5157ba Color Hex

#5157BA
(81,87,186)
0 Favorites   0 Comments

Color spaces of #5157ba

RGB 8187186
HSL0.660.430.52
HSV237°56°73°
CMYK 0.560.530.00   0.27
XYZ15.664512.110947.9664
Yxy12.11090.20680.1599
Hunter Lab34.800719.4452-57.3599
CIE-Lab41.391826.7553-53.2279

#5157ba color RGB value is (81,87,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01010111 10111010
Octal 121 127 272
Decimal 81 87 186
Hex 51 57 BA

RGB Percentages of Color #5157ba

%22.88
%24.58
%52.54

CMYK Percentages of Color #5157ba

%56
%53
%0
%27

Triadic Colors of #5157ba

#5157ba #ba5157 #57ba51

Analogous Colors of #5157ba

#5157ba #8051ba #518cba

Monochromatic Colors of #5157ba

#5157ba

Complementary Color

#5157ba #bab451

#5157ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5157ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#5157ba Color CSS Codes

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

#5157ba Text Font Color

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

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


#5157ba Background Color

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

This div background color is #5157ba


#5157ba Border Color

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

This div border color is #5157ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5157ba


Comments

No comments written yet.

Please login to write comment.