Color Hex Logo

#514cfe Color Hex

#514CFE
(81,76,254)
0 Favorites   0 Comments

Color spaces of #514cfe

RGB 8176254
HSL0.670.990.65
HSV242°70°100°
CMYK 0.680.700.00   0.00
XYZ23.867214.074095.2245
Yxy14.07400.17920.1057
Hunter Lab37.515347.9096-124.2340
CIE-Lab44.338955.3642-87.2284

#514cfe color RGB value is (81,76,254).

#514cfe hex color red value is 81, green value is 76 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #514cfe hue: 0.67 , saturation: 0.99 and the lightness value of 514cfe is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01001100 11111110
Octal 121 114 376
Decimal 81 76 254
Hex 51 4C FE

RGB Percentages of Color #514cfe

%19.71
%18.49
%61.80

CMYK Percentages of Color #514cfe

%68
%70
%0
%0

Triadic Colors of #514cfe

#514cfe #fe514c #4cfe51

Analogous Colors of #514cfe

#514cfe #aa4cfe #4ca0fe

Monochromatic Colors of #514cfe

#514cfe

Complementary Color

#514cfe #f9fe4c

#514cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#514cfe Color CSS Codes

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

#514cfe Text Font Color

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

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


#514cfe Background Color

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

This div background color is #514cfe


#514cfe Border Color

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

This div border color is #514cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514cfe


Comments

No comments written yet.

Please login to write comment.