Color Hex Logo

#514eee Color Hex

#514EEE
(81,78,238)
0 Favorites   0 Comments

Color spaces of #514eee

RGB 8178238
HSL0.670.820.62
HSV241°67°93°
CMYK 0.660.670.00   0.07
XYZ21.550313.371282.3340
Yxy13.37120.18380.1140
Hunter Lab36.566741.2061-107.9016
CIE-Lab43.317349.2109-79.9377

#514eee color RGB value is (81,78,238).

#514eee hex color red value is 81, green value is 78 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #514eee hue: 0.67 , saturation: 0.82 and the lightness value of 514eee is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01001110 11101110
Octal 121 116 356
Decimal 81 78 238
Hex 51 4E EE

RGB Percentages of Color #514eee

%20.40
%19.65
%59.95

CMYK Percentages of Color #514eee

%66
%67
%0
%7

Triadic Colors of #514eee

#514eee #ee514e #4eee51

Analogous Colors of #514eee

#514eee #a14eee #4e9bee

Monochromatic Colors of #514eee

#514eee

Complementary Color

#514eee #ebee4e

#514eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#514eee Color CSS Codes

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

#514eee Text Font Color

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

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


#514eee Background Color

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

This div background color is #514eee


#514eee Border Color

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

This div border color is #514eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514eee


Comments

No comments written yet.

Please login to write comment.