Color Hex Logo

#5146db Color Hex

#5146DB
(81,70,219)
0 Favorites   0 Comments

Color spaces of #5146db

RGB 8170219
HSL0.680.670.57
HSV244°68°86°
CMYK 0.630.680.00   0.14
XYZ18.369711.244168.2200
Yxy11.24410.18780.1149
Hunter Lab33.532239.1049-97.1506
CIE-Lab39.988647.7542-74.6062

#5146db color RGB value is (81,70,219).

#5146db hex color red value is 81, green value is 70 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #5146db hue: 0.68 , saturation: 0.67 and the lightness value of 5146db is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01000110 11011011
Octal 121 106 333
Decimal 81 70 219
Hex 51 46 DB

RGB Percentages of Color #5146db

%21.89
%18.92
%59.19

CMYK Percentages of Color #5146db

%63
%68
%0
%14

Triadic Colors of #5146db

#5146db #db5146 #46db51

Analogous Colors of #5146db

#5146db #9c46db #4686db

Monochromatic Colors of #5146db

#5146db

Complementary Color

#5146db #d0db46

#5146db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5146db Color Preview on White Background

Lorem ipsum dolor sit amet.

#5146db Color CSS Codes

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

#5146db Text Font Color

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

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


#5146db Background Color

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

This div background color is #5146db


#5146db Border Color

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

This div border color is #5146db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5146db


Comments

No comments written yet.

Please login to write comment.