Color Hex Logo

#505daa Color Hex

#505DAA
(80,93,170)
0 Favorites   0 Comments

Color spaces of #505daa

RGB 8093170
HSL0.640.360.49
HSV231°53°67°
CMYK 0.530.450.00   0.33
XYZ14.478312.436539.6676
Yxy12.43650.21740.1868
Hunter Lab35.265411.5691-42.0054
CIE-Lab41.901617.4559-43.0114

#505daa color RGB value is (80,93,170).

#505daa hex color red value is 80, green value is 93 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #505daa hue: 0.64 , saturation: 0.36 and the lightness value of 505daa is 0.49.

The process color (four color CMYK) of #505daa color hex is 0.53, 0.45, 0.00, 0.33. Web safe color of #505daa is #666699. Color #505daa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01011101 10101010
Octal 120 135 252
Decimal 80 93 170
Hex 50 5D AA

RGB Percentages of Color #505daa

%23.32
%27.11
%49.56

CMYK Percentages of Color #505daa

%53
%45
%0
%33

Triadic Colors of #505daa

#505daa #aa505d #5daa50

Analogous Colors of #505daa

#505daa #7050aa #508aaa

Monochromatic Colors of #505daa

#505daa

Complementary Color

#505daa #aa9d50

#505daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#505daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#505daa Color CSS Codes

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

#505daa Text Font Color

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

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


#505daa Background Color

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

This div background color is #505daa


#505daa Border Color

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

This div border color is #505daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #505daa


Comments

No comments written yet.

Please login to write comment.