Color Hex Logo

#514098 Color Hex

#514098
(81,64,152)
0 Favorites   0 Comments

Color spaces of #514098

RGB 8164152
HSL0.700.410.42
HSV252°58°60°
CMYK 0.470.580.00   0.40
XYZ10.89427.683130.6146
Yxy7.68310.22150.1562
Hunter Lab27.718421.6489-46.0821
CIE-Lab33.314030.3181-46.0005

#514098 color RGB value is (81,64,152).

#514098 hex color red value is 81, green value is 64 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #514098 hue: 0.70 , saturation: 0.41 and the lightness value of 514098 is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 01010001 01000000 10011000
Octal 121 100 230
Decimal 81 64 152
Hex 51 40 98

RGB Percentages of Color #514098

%27.27
%21.55
%51.18

CMYK Percentages of Color #514098

%47
%58
%0
%40

Triadic Colors of #514098

#514098 #985140 #409851

Analogous Colors of #514098

#514098 #7d4098 #405b98

Monochromatic Colors of #514098

#514098

Complementary Color

#514098 #879840

#514098 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#514098 Color Preview on White Background

Lorem ipsum dolor sit amet.

#514098 Color CSS Codes

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

#514098 Text Font Color

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

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


#514098 Background Color

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

This div background color is #514098


#514098 Border Color

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

This div border color is #514098


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #514098


Comments

No comments written yet.

Please login to write comment.