Color Hex Logo

#5148db Color Hex

#5148DB
(81,72,219)
0 Favorites   0 Comments

Color spaces of #5148db

RGB 8172219
HSL0.680.670.57
HSV244°67°86°
CMYK 0.630.670.00   0.14
XYZ18.496911.498568.2624
Yxy11.49850.18820.1170
Hunter Lab33.909438.0266-95.6189
CIE-Lab40.407746.6134-73.9191

#5148db color RGB value is (81,72,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01001000 11011011
Octal 121 110 333
Decimal 81 72 219
Hex 51 48 DB

RGB Percentages of Color #5148db

%21.77
%19.35
%58.87

CMYK Percentages of Color #5148db

%63
%67
%0
%14

Triadic Colors of #5148db

#5148db #db5148 #48db51

Analogous Colors of #5148db

#5148db #9b48db #4889db

Monochromatic Colors of #5148db

#5148db

Complementary Color

#5148db #d2db48

#5148db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5148db Color Preview on White Background

Lorem ipsum dolor sit amet.

#5148db Color CSS Codes

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

#5148db Text Font Color

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

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


#5148db Background Color

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

This div background color is #5148db


#5148db Border Color

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

This div border color is #5148db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5148db


Comments

No comments written yet.

Please login to write comment.