Color Hex Logo

#515bec Color Hex

#515BEC
(81,91,236)
0 Favorites   0 Comments

Color spaces of #515bec

RGB 8191236
HSL0.660.800.62
HSV236°66°93°
CMYK 0.660.610.00   0.07
XYZ22.274715.287681.1337
Yxy15.28760.18770.1288
Hunter Lab39.099433.2666-95.6610
CIE-Lab46.025640.9158-74.3785

#515bec color RGB value is (81,91,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01011011 11101100
Octal 121 133 354
Decimal 81 91 236
Hex 51 5B EC

RGB Percentages of Color #515bec

%19.85
%22.30
%57.84

CMYK Percentages of Color #515bec

%66
%61
%0
%7

Triadic Colors of #515bec

#515bec #ec515b #5bec51

Analogous Colors of #515bec

#515bec #9551ec #51a9ec

Monochromatic Colors of #515bec

#515bec

Complementary Color

#515bec #ece251

#515bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#515bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#515bec Color CSS Codes

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

#515bec Text Font Color

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

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


#515bec Background Color

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

This div background color is #515bec


#515bec Border Color

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

This div border color is #515bec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #515bec


Comments

No comments written yet.

Please login to write comment.