Color Hex Logo

#514564 Color Hex

#514564
(81,69,100)
0 Favorites   0 Comments

Color spaces of #514564

RGB 8169100
HSL0.730.180.33
HSV263°31°39°
CMYK 0.190.310.00   0.61
XYZ7.82176.925712.9811
Yxy6.92570.28210.2498
Hunter Lab26.31676.9984-10.8239
CIE-Lab31.637212.1499-16.3014

#514564 color RGB value is (81,69,100).

#514564 hex color red value is 81, green value is 69 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #514564 hue: 0.73 , saturation: 0.18 and the lightness value of 514564 is 0.33.

The process color (four color CMYK) of #514564 color hex is 0.19, 0.31, 0.00, 0.61. Web safe color of #514564 is #663366. Color #514564 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01000101 01100100
Octal 121 105 144
Decimal 81 69 100
Hex 51 45 64

RGB Percentages of Color #514564

%32.40
%27.60
%40.00

CMYK Percentages of Color #514564

%19
%31
%0
%61

Triadic Colors of #514564

#514564 #645145 #456451

Analogous Colors of #514564

#514564 #614564 #454964

Monochromatic Colors of #514564

#514564

Complementary Color

#514564 #586445

#514564 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514564 Color Preview on White Background

Lorem ipsum dolor sit amet.

#514564 Color CSS Codes

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

#514564 Text Font Color

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

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


#514564 Background Color

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

This div background color is #514564


#514564 Border Color

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

This div border color is #514564


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,69,100, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #514564; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #514564;
  -webkit-box-shadow: 1px 1px 3px 2px #514564;
  box-shadow:         1px 1px 3px 2px #514564; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514564


Comments

No comments written yet.

Please login to write comment.