Color Hex Logo

#514397 Color Hex

#514397
(81,67,151)
0 Favorites   0 Comments

Color spaces of #514397

RGB 8167151
HSL0.690.390.43
HSV250°56°59°
CMYK 0.460.560.00   0.41
XYZ10.98647.998030.2429
Yxy7.99800.22320.1625
Hunter Lab28.280719.8518-43.6071
CIE-Lab33.978728.1362-44.3220

#514397 color RGB value is (81,67,151).

#514397 hex color red value is 81, green value is 67 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #514397 hue: 0.69 , saturation: 0.39 and the lightness value of 514397 is 0.43.

The process color (four color CMYK) of #514397 color hex is 0.46, 0.56, 0.00, 0.41. Web safe color of #514397 is #663399. Color #514397 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01000011 10010111
Octal 121 103 227
Decimal 81 67 151
Hex 51 43 97

RGB Percentages of Color #514397

%27.09
%22.41
%50.50

CMYK Percentages of Color #514397

%46
%56
%0
%41

Triadic Colors of #514397

#514397 #975143 #439751

Analogous Colors of #514397

#514397 #7b4397 #435f97

Monochromatic Colors of #514397

#514397

Complementary Color

#514397 #899743

#514397 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514397 Color Preview on White Background

Lorem ipsum dolor sit amet.

#514397 Color CSS Codes

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

#514397 Text Font Color

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

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


#514397 Background Color

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

This div background color is #514397


#514397 Border Color

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

This div border color is #514397


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514397


Comments

No comments written yet.

Please login to write comment.