Color Hex Logo

#515bea Color Hex

#515BEA
(81,91,234)
0 Favorites   0 Comments

Color spaces of #515bea

RGB 8191234
HSL0.660.780.62
HSV236°65°92°
CMYK 0.650.610.00   0.08
XYZ21.985715.172079.6116
Yxy15.17200.18830.1299
Hunter Lab38.951332.5881-93.9156
CIE-Lab45.868940.2523-73.5076

#515bea color RGB value is (81,91,234).

#515bea hex color red value is 81, green value is 91 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #515bea hue: 0.66 , saturation: 0.78 and the lightness value of 515bea is 0.62.

The process color (four color CMYK) of #515bea color hex is 0.65, 0.61, 0.00, 0.08. Web safe color of #515bea is #6666ff. Color #515bea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01011011 11101010
Octal 121 133 352
Decimal 81 91 234
Hex 51 5B EA

RGB Percentages of Color #515bea

%19.95
%22.41
%57.64

CMYK Percentages of Color #515bea

%65
%61
%0
%8

Triadic Colors of #515bea

#515bea #ea515b #5bea51

Analogous Colors of #515bea

#515bea #9451ea #51a8ea

Monochromatic Colors of #515bea

#515bea

Complementary Color

#515bea #eae051

#515bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#515bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#515bea Color CSS Codes

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

#515bea Text Font Color

<p style="color:#515bea">Text here</p>

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


#515bea Background Color

<div style="background-color:#515bea">
Div content here</div>

This div background color is #515bea


#515bea Border Color

<div style="border:3px solid #515bea">
Div here</div>

This div border color is #515bea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,91,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #515bea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #515bea;
  -webkit-box-shadow: 1px 1px 3px 2px #515bea;
  box-shadow:         1px 1px 3px 2px #515bea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #515bea

#515bea Color Palettes


Comments

No comments written yet.

Please login to write comment.