Color Hex Logo

#514987 Color Hex

#514987
(81,73,135)
0 Favorites   0 Comments

Color spaces of #514987

RGB 8173135
HSL0.690.300.41
HSV248°46°53°
CMYK 0.400.460.00   0.47
XYZ10.14918.263723.9818
Yxy8.26370.23940.1949
Hunter Lab28.746712.7134-29.3398
CIE-Lab34.526119.4249-33.6684

#514987 color RGB value is (81,73,135).

#514987 hex color red value is 81, green value is 73 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #514987 hue: 0.69 , saturation: 0.30 and the lightness value of 514987 is 0.41.

The process color (four color CMYK) of #514987 color hex is 0.40, 0.46, 0.00, 0.47. Web safe color of #514987 is #663399. Color #514987 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01001001 10000111
Octal 121 111 207
Decimal 81 73 135
Hex 51 49 87

RGB Percentages of Color #514987

%28.03
%25.26
%46.71

CMYK Percentages of Color #514987

%40
%46
%0
%47

Triadic Colors of #514987

#514987 #875149 #498751

Analogous Colors of #514987

#514987 #704987 #496087

Monochromatic Colors of #514987

#514987

Complementary Color

#514987 #7f8749

#514987 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514987 Color Preview on White Background

Lorem ipsum dolor sit amet.

#514987 Color CSS Codes

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

#514987 Text Font Color

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

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


#514987 Background Color

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

This div background color is #514987


#514987 Border Color

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

This div border color is #514987


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514987


Comments

No comments written yet.

Please login to write comment.