Color Hex Logo

#505aba Color Hex

#505ABA
(80,90,186)
0 Favorites   0 Comments

Color spaces of #505aba

RGB 8090186
HSL0.650.430.52
HSV234°57°73°
CMYK 0.570.520.00   0.27
XYZ15.827412.563048.0451
Yxy12.56300.20710.1644
Hunter Lab35.444317.6803-55.5571
CIE-Lab42.097324.6616-52.0948

#505aba color RGB value is (80,90,186).

#505aba hex color red value is 80, green value is 90 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #505aba hue: 0.65 , saturation: 0.43 and the lightness value of 505aba is 0.52.

The process color (four color CMYK) of #505aba color hex is 0.57, 0.52, 0.00, 0.27. Web safe color of #505aba is #6666cc. Color #505aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01011010 10111010
Octal 120 132 272
Decimal 80 90 186
Hex 50 5A BA

RGB Percentages of Color #505aba

%22.47
%25.28
%52.25

CMYK Percentages of Color #505aba

%57
%52
%0
%27

Triadic Colors of #505aba

#505aba #ba505a #5aba50

Analogous Colors of #505aba

#505aba #7b50ba #508fba

Monochromatic Colors of #505aba

#505aba

Complementary Color

#505aba #bab050

#505aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#505aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#505aba Color CSS Codes

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

#505aba Text Font Color

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

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


#505aba Background Color

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

This div background color is #505aba


#505aba Border Color

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

This div border color is #505aba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,90,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #505aba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #505aba;
  -webkit-box-shadow: 1px 1px 3px 2px #505aba;
  box-shadow:         1px 1px 3px 2px #505aba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,90,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #505aba


Comments

No comments written yet.

Please login to write comment.