Color Hex Logo

#514bfa Color Hex

#514BFA
(81,75,250)
0 Favorites   0 Comments

Color spaces of #514bfa

RGB 8175250
HSL0.670.950.64
HSV242°70°98°
CMYK 0.680.700.00   0.02
XYZ23.164713.683691.8628
Yxy13.68360.18000.1063
Hunter Lab36.991447.0453-121.3444
CIE-Lab43.775754.6658-85.9216

#514bfa color RGB value is (81,75,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01001011 11111010
Octal 121 113 372
Decimal 81 75 250
Hex 51 4B FA

RGB Percentages of Color #514bfa

%19.95
%18.47
%61.58

CMYK Percentages of Color #514bfa

%68
%70
%0
%2

Triadic Colors of #514bfa

#514bfa #fa514b #4bfa51

Analogous Colors of #514bfa

#514bfa #a94bfa #4b9dfa

Monochromatic Colors of #514bfa

#514bfa

Complementary Color

#514bfa #f4fa4b

#514bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#514bfa Color CSS Codes

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

#514bfa Text Font Color

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

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


#514bfa Background Color

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

This div background color is #514bfa


#514bfa Border Color

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

This div border color is #514bfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514bfa


Comments

No comments written yet.

Please login to write comment.