Color Hex Logo

#514afe Color Hex

#514AFE
(81,74,254)
0 Favorites   0 Comments

Color spaces of #514afe

RGB 8174254
HSL0.670.990.64
HSV242°71°100°
CMYK 0.680.710.00   0.00
XYZ23.731513.802695.1793
Yxy13.80260.17880.1040
Hunter Lab37.151949.0048-125.8887
CIE-Lab43.948556.4479-87.8712

#514afe color RGB value is (81,74,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01001010 11111110
Octal 121 112 376
Decimal 81 74 254
Hex 51 4A FE

RGB Percentages of Color #514afe

%19.80
%18.09
%62.10

CMYK Percentages of Color #514afe

%68
%71
%0
%0

Triadic Colors of #514afe

#514afe #fe514a #4afe51

Analogous Colors of #514afe

#514afe #ab4afe #4a9dfe

Monochromatic Colors of #514afe

#514afe

Complementary Color

#514afe #f7fe4a

#514afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#514afe Color CSS Codes

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

#514afe Text Font Color

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

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


#514afe Background Color

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

This div background color is #514afe


#514afe Border Color

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

This div border color is #514afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514afe


Comments

No comments written yet.

Please login to write comment.