Color Hex Logo

#514abc Color Hex

#514ABC
(81,74,188)
0 Favorites   0 Comments

Color spaces of #514abc

RGB 8174188
HSL0.680.460.51
HSV244°61°74°
CMYK 0.570.610.00   0.26
XYZ14.919210.277748.7744
Yxy10.27770.20170.1389
Hunter Lab32.058926.9654-67.7627
CIE-Lab38.336335.5072-59.3458

#514abc color RGB value is (81,74,188).

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

The process color (four color CMYK) of #514abc color hex is 0.57, 0.61, 0.00, 0.26. Web safe color of #514abc is #6633cc. Color #514abc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01001010 10111100
Octal 121 112 274
Decimal 81 74 188
Hex 51 4A BC

RGB Percentages of Color #514abc

%23.62
%21.57
%54.81

CMYK Percentages of Color #514abc

%57
%61
%0
%26

Triadic Colors of #514abc

#514abc #bc514a #4abc51

Analogous Colors of #514abc

#514abc #8a4abc #4a7cbc

Monochromatic Colors of #514abc

#514abc

Complementary Color

#514abc #b5bc4a

#514abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#514abc Color CSS Codes

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

#514abc Text Font Color

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

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


#514abc Background Color

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

This div background color is #514abc


#514abc Border Color

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

This div border color is #514abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514abc


Comments

No comments written yet.

Please login to write comment.