Color Hex Logo

#5158db Color Hex

#5158DB
(81,88,219)
0 Favorites   0 Comments

Color spaces of #5158db

RGB 8188219
HSL0.660.660.59
HSV237°63°86°
CMYK 0.630.600.00   0.14
XYZ19.669213.843368.6532
Yxy13.84330.19250.1355
Hunter Lab37.206629.2522-83.3567
CIE-Lab44.007437.0940-68.0388

#5158db color RGB value is (81,88,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01011000 11011011
Octal 121 130 333
Decimal 81 88 219
Hex 51 58 DB

RGB Percentages of Color #5158db

%20.88
%22.68
%56.44

CMYK Percentages of Color #5158db

%63
%60
%0
%14

Triadic Colors of #5158db

#5158db #db5158 #58db51

Analogous Colors of #5158db

#5158db #8f51db #519ddb

Monochromatic Colors of #5158db

#5158db

Complementary Color

#5158db #dbd451

#5158db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5158db Color Preview on White Background

Lorem ipsum dolor sit amet.

#5158db Color CSS Codes

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

#5158db Text Font Color

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

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


#5158db Background Color

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

This div background color is #5158db


#5158db Border Color

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

This div border color is #5158db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5158db


Comments

No comments written yet.

Please login to write comment.