Color Hex Logo

#514beb Color Hex

#514BEB
(81,75,235)
0 Favorites   0 Comments

Color spaces of #514beb

RGB 8175235
HSL0.670.800.61
HSV242°68°92°
CMYK 0.660.680.00   0.08
XYZ20.904812.779679.9622
Yxy12.77960.18390.1125
Hunter Lab35.748641.8220-107.5956
CIE-Lab42.429349.9636-79.7021

#514beb color RGB value is (81,75,235).

#514beb hex color red value is 81, green value is 75 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #514beb hue: 0.67 , saturation: 0.80 and the lightness value of 514beb is 0.61.

The process color (four color CMYK) of #514beb color hex is 0.66, 0.68, 0.00, 0.08. Web safe color of #514beb is #6633ff. Color #514beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01001011 11101011
Octal 121 113 353
Decimal 81 75 235
Hex 51 4B EB

RGB Percentages of Color #514beb

%20.72
%19.18
%60.10

CMYK Percentages of Color #514beb

%66
%68
%0
%8

Triadic Colors of #514beb

#514beb #eb514b #4beb51

Analogous Colors of #514beb

#514beb #a14beb #4b95eb

Monochromatic Colors of #514beb

#514beb

Complementary Color

#514beb #e5eb4b

#514beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#514beb Color CSS Codes

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

#514beb Text Font Color

<p style="color:#514beb">Text here</p>

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


#514beb Background Color

<div style="background-color:#514beb">
Div content here</div>

This div background color is #514beb


#514beb Border Color

<div style="border:3px solid #514beb">
Div here</div>

This div border color is #514beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514beb


Comments

No comments written yet.

Please login to write comment.