Color Hex Logo

#5193eb Color Hex

#5193EB
(81,147,235)
0 Favorites   0 Comments

Color spaces of #5193eb

RGB 81147235
HSL0.600.790.62
HSV214°66°92°
CMYK 0.660.370.00   0.08
XYZ28.822528.614982.6014
Yxy28.61490.20580.2043
Hunter Lab53.49292.5650-54.1080
CIE-Lab60.44026.4351-50.6125

#5193eb color RGB value is (81,147,235).

#5193eb hex color red value is 81, green value is 147 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #5193eb hue: 0.60 , saturation: 0.79 and the lightness value of 5193eb is 0.62.

The process color (four color CMYK) of #5193eb color hex is 0.66, 0.37, 0.00, 0.08. Web safe color of #5193eb is #6699ff. Color #5193eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10010011 11101011
Octal 121 223 353
Decimal 81 147 235
Hex 51 93 EB

RGB Percentages of Color #5193eb

%17.49
%31.75
%50.76

CMYK Percentages of Color #5193eb

%66
%37
%0
%8

Triadic Colors of #5193eb

#5193eb #eb5193 #93eb51

Analogous Colors of #5193eb

#5193eb #5c51eb #51e0eb

Monochromatic Colors of #5193eb

#5193eb

Complementary Color

#5193eb #eba951

#5193eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5193eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5193eb Color CSS Codes

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

#5193eb Text Font Color

<p style="color:#5193eb">Text here</p>

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


#5193eb Background Color

<div style="background-color:#5193eb">
Div content here</div>

This div background color is #5193eb


#5193eb Border Color

<div style="border:3px solid #5193eb">
Div here</div>

This div border color is #5193eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,147,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5193eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5193eb;
  -webkit-box-shadow: 1px 1px 3px 2px #5193eb;
  box-shadow:         1px 1px 3px 2px #5193eb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5193eb


Comments

No comments written yet.

Please login to write comment.