Color Hex Logo

#514ad5 Color Hex

#514AD5
(81,74,213)
0 Favorites   0 Comments

Color spaces of #514ad5

RGB 8174213
HSL0.680.620.56
HSV243°65°84°
CMYK 0.620.650.00   0.16
XYZ17.852411.451064.2201
Yxy11.45100.19090.1224
Hunter Lab33.839334.9513-88.8327
CIE-Lab40.329943.5435-70.6054

#514ad5 color RGB value is (81,74,213).

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

The process color (four color CMYK) of #514ad5 color hex is 0.62, 0.65, 0.00, 0.16. Web safe color of #514ad5 is #6633cc. Color #514ad5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01001010 11010101
Octal 121 112 325
Decimal 81 74 213
Hex 51 4A D5

RGB Percentages of Color #514ad5

%22.01
%20.11
%57.88

CMYK Percentages of Color #514ad5

%62
%65
%0
%16

Triadic Colors of #514ad5

#514ad5 #d5514a #4ad551

Analogous Colors of #514ad5

#514ad5 #974ad5 #4a89d5

Monochromatic Colors of #514ad5

#514ad5

Complementary Color

#514ad5 #ced54a

#514ad5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514ad5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#514ad5 Color CSS Codes

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

#514ad5 Text Font Color

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

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


#514ad5 Background Color

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

This div background color is #514ad5


#514ad5 Border Color

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

This div border color is #514ad5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514ad5


Comments

No comments written yet.

Please login to write comment.