Color Hex Logo

#5192ee Color Hex

#5192EE
(81,146,238)
0 Favorites   0 Comments

Color spaces of #5192ee

RGB 81146238
HSL0.600.820.63
HSV215°66°93°
CMYK 0.660.390.00   0.07
XYZ29.104828.480184.8521
Yxy28.48010.20430.1999
Hunter Lab53.36673.9573-56.9132
CIE-Lab60.32008.0464-52.4616

#5192ee color RGB value is (81,146,238).

#5192ee hex color red value is 81, green value is 146 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #5192ee hue: 0.60 , saturation: 0.82 and the lightness value of 5192ee is 0.63.

The process color (four color CMYK) of #5192ee color hex is 0.66, 0.39, 0.00, 0.07. Web safe color of #5192ee is #6699ff. Color #5192ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 10010010 11101110
Octal 121 222 356
Decimal 81 146 238
Hex 51 92 EE

RGB Percentages of Color #5192ee

%17.42
%31.40
%51.18

CMYK Percentages of Color #5192ee

%66
%39
%0
%7

Triadic Colors of #5192ee

#5192ee #ee5192 #92ee51

Analogous Colors of #5192ee

#5192ee #5e51ee #51e1ee

Monochromatic Colors of #5192ee

#5192ee

Complementary Color

#5192ee #eead51

#5192ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5192ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#5192ee Color CSS Codes

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

#5192ee Text Font Color

<p style="color:#5192ee">Text here</p>

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


#5192ee Background Color

<div style="background-color:#5192ee">
Div content here</div>

This div background color is #5192ee


#5192ee Border Color

<div style="border:3px solid #5192ee">
Div here</div>

This div border color is #5192ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,146,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5192ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5192ee;
  -webkit-box-shadow: 1px 1px 3px 2px #5192ee;
  box-shadow:         1px 1px 3px 2px #5192ee; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5192ee


Comments

No comments written yet.

Please login to write comment.