Color Hex Logo

#5137bb Color Hex

#5137BB
(81,55,187)
0 Favorites   0 Comments

Color spaces of #5137bb

RGB 8155187
HSL0.700.550.47
HSV252°71°73°
CMYK 0.570.710.00   0.27
XYZ13.72928.069647.8477
Yxy8.06960.19710.1159
Hunter Lab28.407036.5572-79.9808
CIE-Lab34.127446.2782-65.6271

#5137bb color RGB value is (81,55,187).

#5137bb hex color red value is 81, green value is 55 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #5137bb hue: 0.70 , saturation: 0.55 and the lightness value of 5137bb is 0.47.

The process color (four color CMYK) of #5137bb color hex is 0.57, 0.71, 0.00, 0.27. Web safe color of #5137bb is #6633cc. Color #5137bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00110111 10111011
Octal 121 67 273
Decimal 81 55 187
Hex 51 37 BB

RGB Percentages of Color #5137bb

%25.08
%17.03
%57.89

CMYK Percentages of Color #5137bb

%57
%71
%0
%27

Triadic Colors of #5137bb

#5137bb #bb5137 #37bb51

Analogous Colors of #5137bb

#5137bb #9337bb #375fbb

Monochromatic Colors of #5137bb

#5137bb

Complementary Color

#5137bb #a1bb37

#5137bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5137bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5137bb Color CSS Codes

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

#5137bb Text Font Color

<p style="color:#5137bb">Text here</p>

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


#5137bb Background Color

<div style="background-color:#5137bb">
Div content here</div>

This div background color is #5137bb


#5137bb Border Color

<div style="border:3px solid #5137bb">
Div here</div>

This div border color is #5137bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,55,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5137bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5137bb;
  -webkit-box-shadow: 1px 1px 3px 2px #5137bb;
  box-shadow:         1px 1px 3px 2px #5137bb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(81,55,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5137bb


Comments

No comments written yet.

Please login to write comment.