Color Hex Logo

#516aeb Color Hex

#516AEB
(81,106,235)
0 Favorites   0 Comments

Color spaces of #516aeb

RGB 81106235
HSL0.640.790.62
HSV230°66°92°
CMYK 0.660.550.00   0.08
XYZ23.542818.055680.8415
Yxy18.05560.19230.1475
Hunter Lab42.491924.5379-83.0559
CIE-Lab49.563531.4086-68.0608

#516aeb color RGB value is (81,106,235).

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

The process color (four color CMYK) of #516aeb color hex is 0.66, 0.55, 0.00, 0.08. Web safe color of #516aeb is #6666ff. Color #516aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01101010 11101011
Octal 121 152 353
Decimal 81 106 235
Hex 51 6A EB

RGB Percentages of Color #516aeb

%19.19
%25.12
%55.69

CMYK Percentages of Color #516aeb

%66
%55
%0
%8

Triadic Colors of #516aeb

#516aeb #eb516a #6aeb51

Analogous Colors of #516aeb

#516aeb #8551eb #51b7eb

Monochromatic Colors of #516aeb

#516aeb

Complementary Color

#516aeb #ebd251

#516aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#516aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#516aeb Color CSS Codes

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

#516aeb Text Font Color

<p style="color:#516aeb">Text here</p>

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


#516aeb Background Color

<div style="background-color:#516aeb">
Div content here</div>

This div background color is #516aeb


#516aeb Border Color

<div style="border:3px solid #516aeb">
Div here</div>

This div border color is #516aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #516aeb


Comments

No comments written yet.

Please login to write comment.