Color Hex Logo

#514f9b Color Hex

#514F9B
(81,79,155)
0 Favorites   0 Comments

Color spaces of #514f9b

RGB 8179155
HSL0.670.320.46
HSV242°49°61°
CMYK 0.480.490.00   0.39
XYZ12.10579.707932.2461
Yxy9.70790.22390.1796
Hunter Lab31.157514.8274-39.5513
CIE-Lab37.313021.7697-41.3930

#514f9b color RGB value is (81,79,155).

#514f9b hex color red value is 81, green value is 79 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #514f9b hue: 0.67 , saturation: 0.32 and the lightness value of 514f9b is 0.46.

The process color (four color CMYK) of #514f9b color hex is 0.48, 0.49, 0.00, 0.39. Web safe color of #514f9b is #666699. Color #514f9b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01001111 10011011
Octal 121 117 233
Decimal 81 79 155
Hex 51 4F 9B

RGB Percentages of Color #514f9b

%25.71
%25.08
%49.21

CMYK Percentages of Color #514f9b

%48
%49
%0
%39

Triadic Colors of #514f9b

#514f9b #9b514f #4f9b51

Analogous Colors of #514f9b

#514f9b #774f9b #4f739b

Monochromatic Colors of #514f9b

#514f9b

Complementary Color

#514f9b #999b4f

#514f9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514f9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#514f9b Color CSS Codes

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

#514f9b Text Font Color

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

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


#514f9b Background Color

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

This div background color is #514f9b


#514f9b Border Color

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

This div border color is #514f9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514f9b


Comments

No comments written yet.

Please login to write comment.