Color Hex Logo

#514bfe Color Hex

#514BFE
(81,75,254)
0 Favorites   0 Comments

Color spaces of #514bfe

RGB 8175254
HSL0.670.990.65
HSV242°70°100°
CMYK 0.680.700.00   0.00
XYZ23.798813.937295.2018
Yxy13.93720.17900.1048
Hunter Lab37.332648.4584-125.0627
CIE-Lab44.142755.9080-87.5513

#514bfe color RGB value is (81,75,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01001011 11111110
Octal 121 113 376
Decimal 81 75 254
Hex 51 4B FE

RGB Percentages of Color #514bfe

%19.76
%18.29
%61.95

CMYK Percentages of Color #514bfe

%68
%70
%0
%0

Triadic Colors of #514bfe

#514bfe #fe514b #4bfe51

Analogous Colors of #514bfe

#514bfe #ab4bfe #4b9ffe

Monochromatic Colors of #514bfe

#514bfe

Complementary Color

#514bfe #f8fe4b

#514bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#514bfe Color CSS Codes

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

#514bfe Text Font Color

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

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


#514bfe Background Color

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

This div background color is #514bfe


#514bfe Border Color

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

This div border color is #514bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514bfe

Related Colors


Comments

No comments written yet.

Please login to write comment.