Color Hex Logo

#515bed Color Hex

#515BED
(81,91,237)
0 Favorites   0 Comments

Color spaces of #515bed

RGB 8191237
HSL0.660.810.62
HSV236°66°93°
CMYK 0.660.620.00   0.07
XYZ22.420515.345981.9011
Yxy15.34590.18740.1282
Hunter Lab39.173833.6073-96.5364
CIE-Lab46.104441.2475-74.8126

#515bed color RGB value is (81,91,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01011011 11101101
Octal 121 133 355
Decimal 81 91 237
Hex 51 5B ED

RGB Percentages of Color #515bed

%19.80
%22.25
%57.95

CMYK Percentages of Color #515bed

%66
%62
%0
%7

Triadic Colors of #515bed

#515bed #ed515b #5bed51

Analogous Colors of #515bed

#515bed #9551ed #51a9ed

Monochromatic Colors of #515bed

#515bed

Complementary Color

#515bed #ede351

#515bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#515bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#515bed Color CSS Codes

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

#515bed Text Font Color

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

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


#515bed Background Color

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

This div background color is #515bed


#515bed Border Color

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

This div border color is #515bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #515bed


Comments

No comments written yet.

Please login to write comment.