Color Hex Logo

#514372 Color Hex

#514372
(81,67,114)
0 Favorites   0 Comments

Color spaces of #514372

RGB 8167114
HSL0.720.260.35
HSV258°41°45°
CMYK 0.290.410.00   0.55
XYZ8.43786.978516.8219
Yxy6.97850.26170.2165
Hunter Lab26.416910.7852-19.2633
CIE-Lab31.757917.1959-24.9757

#514372 color RGB value is (81,67,114).

#514372 hex color red value is 81, green value is 67 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #514372 hue: 0.72 , saturation: 0.26 and the lightness value of 514372 is 0.35.

The process color (four color CMYK) of #514372 color hex is 0.29, 0.41, 0.00, 0.55. Web safe color of #514372 is #663366. Color #514372 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01000011 01110010
Octal 121 103 162
Decimal 81 67 114
Hex 51 43 72

RGB Percentages of Color #514372

%30.92
%25.57
%43.51

CMYK Percentages of Color #514372

%29
%41
%0
%55

Triadic Colors of #514372

#514372 #725143 #437251

Analogous Colors of #514372

#514372 #694372 #434d72

Monochromatic Colors of #514372

#514372

Complementary Color

#514372 #647243

#514372 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514372 Color Preview on White Background

Lorem ipsum dolor sit amet.

#514372 Color CSS Codes

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

#514372 Text Font Color

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

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


#514372 Background Color

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

This div background color is #514372


#514372 Border Color

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

This div border color is #514372


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514372


Comments

No comments written yet.

Please login to write comment.