Color Hex Logo

#514cab Color Hex

#514CAB
(81,76,171)
0 Favorites   0 Comments

Color spaces of #514cab

RGB 8176171
HSL0.680.380.48
HSV243°56°67°
CMYK 0.530.560.00   0.33
XYZ13.32859.858539.7285
Yxy9.85850.21180.1567
Hunter Lab31.398220.8260-53.0414
CIE-Lab37.587328.7876-50.5230

#514cab color RGB value is (81,76,171).

#514cab hex color red value is 81, green value is 76 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #514cab hue: 0.68 , saturation: 0.38 and the lightness value of 514cab is 0.48.

The process color (four color CMYK) of #514cab color hex is 0.53, 0.56, 0.00, 0.33. Web safe color of #514cab is #663399. Color #514cab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01001100 10101011
Octal 121 114 253
Decimal 81 76 171
Hex 51 4C AB

RGB Percentages of Color #514cab

%24.70
%23.17
%52.13

CMYK Percentages of Color #514cab

%53
%56
%0
%33

Triadic Colors of #514cab

#514cab #ab514c #4cab51

Analogous Colors of #514cab

#514cab #814cab #4c77ab

Monochromatic Colors of #514cab

#514cab

Complementary Color

#514cab #a6ab4c

#514cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#514cab Color CSS Codes

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

#514cab Text Font Color

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

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


#514cab Background Color

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

This div background color is #514cab


#514cab Border Color

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

This div border color is #514cab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514cab


Comments

No comments written yet.

Please login to write comment.