Color Hex Logo

#5114bd Color Hex

#5114BD
(81,20,189)
0 Favorites   0 Comments

Color spaces of #5114bd

RGB 8120189
HSL0.730.810.41
HSV262°89°74°
CMYK 0.570.890.00   0.26
XYZ12.82885.923848.6114
Yxy5.92380.19040.0879
Hunter Lab24.338951.4928-101.3813
CIE-Lab29.219461.5682-74.8939

#5114bd color RGB value is (81,20,189).

#5114bd hex color red value is 81, green value is 20 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #5114bd hue: 0.73 , saturation: 0.81 and the lightness value of 5114bd is 0.41.

The process color (four color CMYK) of #5114bd color hex is 0.57, 0.89, 0.00, 0.26. Web safe color of #5114bd is #6600cc. Color #5114bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 00010100 10111101
Octal 121 24 275
Decimal 81 20 189
Hex 51 14 BD

RGB Percentages of Color #5114bd

%27.93
%6.90
%65.17

CMYK Percentages of Color #5114bd

%57
%89
%0
%26

Triadic Colors of #5114bd

#5114bd #bd5114 #14bd51

Analogous Colors of #5114bd

#5114bd #a614bd #142cbd

Monochromatic Colors of #5114bd

#5114bd

Complementary Color

#5114bd #80bd14

#5114bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5114bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5114bd Color CSS Codes

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

#5114bd Text Font Color

<p style="color:#5114bd">Text here</p>

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


#5114bd Background Color

<div style="background-color:#5114bd">
Div content here</div>

This div background color is #5114bd


#5114bd Border Color

<div style="border:3px solid #5114bd">
Div here</div>

This div border color is #5114bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,20,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5114bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5114bd;
  -webkit-box-shadow: 1px 1px 3px 2px #5114bd;
  box-shadow:         1px 1px 3px 2px #5114bd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5114bd


Comments

No comments written yet.

Please login to write comment.