Color Hex Logo

#515aaa Color Hex

#515AAA
(81,90,170)
0 Favorites   0 Comments

Color spaces of #515aaa

RGB 8190170
HSL0.650.350.49
HSV234°52°67°
CMYK 0.520.470.00   0.33
XYZ14.305211.963939.5855
Yxy11.96390.21720.1817
Hunter Lab34.588913.2932-43.6427
CIE-Lab41.158719.5897-44.1937

#515aaa color RGB value is (81,90,170).

#515aaa hex color red value is 81, green value is 90 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #515aaa hue: 0.65 , saturation: 0.35 and the lightness value of 515aaa is 0.49.

The process color (four color CMYK) of #515aaa color hex is 0.52, 0.47, 0.00, 0.33. Web safe color of #515aaa is #666699. Color #515aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010001 01011010 10101010
Octal 121 132 252
Decimal 81 90 170
Hex 51 5A AA

RGB Percentages of Color #515aaa

%23.75
%26.39
%49.85

CMYK Percentages of Color #515aaa

%52
%47
%0
%33

Triadic Colors of #515aaa

#515aaa #aa515a #5aaa51

Analogous Colors of #515aaa

#515aaa #7551aa #5187aa

Monochromatic Colors of #515aaa

#515aaa

Complementary Color

#515aaa #aaa151

#515aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#515aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#515aaa Color CSS Codes

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

#515aaa Text Font Color

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

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


#515aaa Background Color

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

This div background color is #515aaa


#515aaa Border Color

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

This div border color is #515aaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(81,90,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #515aaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #515aaa;
  -webkit-box-shadow: 1px 1px 3px 2px #515aaa;
  box-shadow:         1px 1px 3px 2px #515aaa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #515aaa


Comments

No comments written yet.

Please login to write comment.