Color Hex Logo

#514aba Color Hex

#514ABA
(81,74,186)
0 Favorites   0 Comments

Color spaces of #514aba

RGB 8174186
HSL0.680.450.51
HSV244°60°73°
CMYK 0.560.600.00   0.27
XYZ14.705010.192147.6466
Yxy10.19210.20270.1405
Hunter Lab31.925126.3500-66.1399
CIE-Lab38.185034.8622-58.4179

#514aba color RGB value is (81,74,186).

#514aba hex color red value is 81, green value is 74 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #514aba hue: 0.68 , saturation: 0.45 and the lightness value of 514aba is 0.51.

The process color (four color CMYK) of #514aba color hex is 0.56, 0.60, 0.00, 0.27. Web safe color of #514aba is #6633cc. Color #514aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01001010 10111010
Octal 121 112 272
Decimal 81 74 186
Hex 51 4A BA

RGB Percentages of Color #514aba

%23.75
%21.70
%54.55

CMYK Percentages of Color #514aba

%56
%60
%0
%27

Triadic Colors of #514aba

#514aba #ba514a #4aba51

Analogous Colors of #514aba

#514aba #894aba #4a7bba

Monochromatic Colors of #514aba

#514aba

Complementary Color

#514aba #b3ba4a

#514aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#514aba Color CSS Codes

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

#514aba Text Font Color

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

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


#514aba Background Color

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

This div background color is #514aba


#514aba Border Color

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

This div border color is #514aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514aba


Comments

No comments written yet.

Please login to write comment.