Color Hex Logo

#514fbf Color Hex

#514FBF
(81,79,191)
0 Favorites   0 Comments

Color spaces of #514fbf

RGB 8179191
HSL0.670.470.53
HSV241°59°75°
CMYK 0.580.590.00   0.25
XYZ15.593311.102950.6114
Yxy11.10290.20170.1436
Hunter Lab33.321025.2212-66.7311
CIE-Lab39.753233.4022-58.8004

#514fbf color RGB value is (81,79,191).

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

The process color (four color CMYK) of #514fbf color hex is 0.58, 0.59, 0.00, 0.25. Web safe color of #514fbf is #6666cc. Color #514fbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01001111 10111111
Octal 121 117 277
Decimal 81 79 191
Hex 51 4F BF

RGB Percentages of Color #514fbf

%23.08
%22.51
%54.42

CMYK Percentages of Color #514fbf

%58
%59
%0
%25

Triadic Colors of #514fbf

#514fbf #bf514f #4fbf51

Analogous Colors of #514fbf

#514fbf #894fbf #4f85bf

Monochromatic Colors of #514fbf

#514fbf

Complementary Color

#514fbf #bdbf4f

#514fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#514fbf Color CSS Codes

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

#514fbf Text Font Color

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

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


#514fbf Background Color

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

This div background color is #514fbf


#514fbf Border Color

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

This div border color is #514fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514fbf


Comments

No comments written yet.

Please login to write comment.