Color Hex Logo

#5159db Color Hex

#5159DB
(81,89,219)
0 Favorites   0 Comments

Color spaces of #5159db

RGB 8189219
HSL0.660.660.59
HSV237°63°86°
CMYK 0.630.590.00   0.14
XYZ19.751914.008668.6807
Yxy14.00860.19280.1367
Hunter Lab37.428128.7006-82.5978
CIE-Lab44.245336.4824-67.6515

#5159db color RGB value is (81,89,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01011001 11011011
Octal 121 131 333
Decimal 81 89 219
Hex 51 59 DB

RGB Percentages of Color #5159db

%20.82
%22.88
%56.30

CMYK Percentages of Color #5159db

%63
%59
%0
%14

Triadic Colors of #5159db

#5159db #db5159 #59db51

Analogous Colors of #5159db

#5159db #8e51db #519edb

Monochromatic Colors of #5159db

#5159db

Complementary Color

#5159db #dbd351

#5159db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5159db Color Preview on White Background

Lorem ipsum dolor sit amet.

#5159db Color CSS Codes

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

#5159db Text Font Color

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

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


#5159db Background Color

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

This div background color is #5159db


#5159db Border Color

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

This div border color is #5159db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5159db


Comments

No comments written yet.

Please login to write comment.