Color Hex Logo

#514666 Color Hex

#514666
(81,70,102)
0 Favorites   0 Comments

Color spaces of #514666

RGB 8170102
HSL0.720.190.34
HSV261°31°40°
CMYK 0.210.310.00   0.60
XYZ7.98187.089013.5180
Yxy7.08900.27920.2480
Hunter Lab26.62526.9174-11.4648
CIE-Lab32.008712.0224-16.9997

#514666 color RGB value is (81,70,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01000110 01100110
Octal 121 106 146
Decimal 81 70 102
Hex 51 46 66

RGB Percentages of Color #514666

%32.02
%27.67
%40.32

CMYK Percentages of Color #514666

%21
%31
%0
%60

Triadic Colors of #514666

#514666 #665146 #466651

Analogous Colors of #514666

#514666 #614666 #464b66

Monochromatic Colors of #514666

#514666

Complementary Color

#514666 #5b6646

#514666 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514666 Color Preview on White Background

Lorem ipsum dolor sit amet.

#514666 Color CSS Codes

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

#514666 Text Font Color

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

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


#514666 Background Color

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

This div background color is #514666


#514666 Border Color

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

This div border color is #514666


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514666


Comments

No comments written yet.

Please login to write comment.