Color Hex Logo

#505198 Color Hex

#505198
(80,81,152)
0 Favorites   0 Comments

Color spaces of #505198

RGB 8081152
HSL0.660.310.45
HSV239°47°60°
CMYK 0.470.470.00   0.40
XYZ11.91829.857330.9803
Yxy9.85730.22590.1868
Hunter Lab31.396312.8159-36.5269
CIE-Lab37.585119.2913-39.1562

#505198 color RGB value is (80,81,152).

#505198 hex color red value is 80, green value is 81 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #505198 hue: 0.66 , saturation: 0.31 and the lightness value of 505198 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01010001 10011000
Octal 120 121 230
Decimal 80 81 152
Hex 50 51 98

RGB Percentages of Color #505198

%25.56
%25.88
%48.56

CMYK Percentages of Color #505198

%47
%47
%0
%40

Triadic Colors of #505198

#505198 #985051 #519850

Analogous Colors of #505198

#505198 #735098 #507598

Monochromatic Colors of #505198

#505198

Complementary Color

#505198 #989750

#505198 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#505198 Color Preview on White Background

Lorem ipsum dolor sit amet.

#505198 Color CSS Codes

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

#505198 Text Font Color

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

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


#505198 Background Color

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

This div background color is #505198


#505198 Border Color

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

This div border color is #505198


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,81,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 #505198">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #505198


Comments

No comments written yet.

Please login to write comment.