Color Hex Logo

#514665 Color Hex

#514665
(81,70,101)
0 Favorites   0 Comments

Color spaces of #514665

RGB 8170101
HSL0.730.180.34
HSV261°31°40°
CMYK 0.200.310.00   0.60
XYZ7.93257.069213.2583
Yxy7.06920.28070.2501
Hunter Lab26.58806.7264-10.9539
CIE-Lab31.963911.7635-16.4338

#514665 color RGB value is (81,70,101).

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

The process color (four color CMYK) of #514665 color hex is 0.20, 0.31, 0.00, 0.60. Web safe color of #514665 is #663366. Color #514665 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01000110 01100101
Octal 121 106 145
Decimal 81 70 101
Hex 51 46 65

RGB Percentages of Color #514665

%32.14
%27.78
%40.08

CMYK Percentages of Color #514665

%20
%31
%0
%60

Triadic Colors of #514665

#514665 #655146 #466551

Analogous Colors of #514665

#514665 #614665 #464b65

Monochromatic Colors of #514665

#514665

Complementary Color

#514665 #5a6546

#514665 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514665 Color Preview on White Background

Lorem ipsum dolor sit amet.

#514665 Color CSS Codes

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

#514665 Text Font Color

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

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


#514665 Background Color

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

This div background color is #514665


#514665 Border Color

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

This div border color is #514665


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514665


Comments

No comments written yet.

Please login to write comment.