Color Hex Logo

#515bee Color Hex

#515BEE
(81,91,238)
0 Favorites   0 Comments

Color spaces of #515bee

RGB 8191238
HSL0.660.820.63
HSV236°66°93°
CMYK 0.660.620.00   0.07
XYZ22.567015.404582.6729
Yxy15.40450.18710.1277
Hunter Lab39.248633.9483-97.4140
CIE-Lab46.183341.5786-75.2460

#515bee color RGB value is (81,91,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01011011 11101110
Octal 121 133 356
Decimal 81 91 238
Hex 51 5B EE

RGB Percentages of Color #515bee

%19.76
%22.20
%58.05

CMYK Percentages of Color #515bee

%66
%62
%0
%7

Triadic Colors of #515bee

#515bee #ee515b #5bee51

Analogous Colors of #515bee

#515bee #9651ee #51aaee

Monochromatic Colors of #515bee

#515bee

Complementary Color

#515bee #eee451

#515bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#515bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#515bee Color CSS Codes

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

#515bee Text Font Color

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

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


#515bee Background Color

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

This div background color is #515bee


#515bee Border Color

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

This div border color is #515bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #515bee


Comments

No comments written yet.

Please login to write comment.