Color Hex Logo

#5137db Color Hex

#5137DB
(81,55,219)
0 Favorites   0 Comments

Color spaces of #5137db

RGB 8155219
HSL0.690.690.54
HSV250°75°86°
CMYK 0.630.750.00   0.14
XYZ17.54579.596267.9453
Yxy9.59620.18450.1009
Hunter Lab30.977746.8909-108.3599
CIE-Lab37.107755.7830-79.3432

#5137db color RGB value is (81,55,219).

#5137db hex color red value is 81, green value is 55 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #5137db hue: 0.69 , saturation: 0.69 and the lightness value of 5137db is 0.54.

The process color (four color CMYK) of #5137db color hex is 0.63, 0.75, 0.00, 0.14. Web safe color of #5137db is #6633cc. Color #5137db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00110111 11011011
Octal 121 67 333
Decimal 81 55 219
Hex 51 37 DB

RGB Percentages of Color #5137db

%22.82
%15.49
%61.69

CMYK Percentages of Color #5137db

%63
%75
%0
%14

Triadic Colors of #5137db

#5137db #db5137 #37db51

Analogous Colors of #5137db

#5137db #a337db #376fdb

Monochromatic Colors of #5137db

#5137db

Complementary Color

#5137db #c1db37

#5137db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5137db Color Preview on White Background

Lorem ipsum dolor sit amet.

#5137db Color CSS Codes

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

#5137db Text Font Color

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

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


#5137db Background Color

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

This div background color is #5137db


#5137db Border Color

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

This div border color is #5137db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5137db


Comments

No comments written yet.

Please login to write comment.