Color Hex Logo

#505eab Color Hex

#505EAB
(80,94,171)
0 Favorites   0 Comments

Color spaces of #505eab

RGB 8094171
HSL0.640.360.49
HSV231°53°67°
CMYK 0.530.450.00   0.33
XYZ14.661712.651240.1972
Yxy12.65120.21720.1874
Hunter Lab35.568511.3346-42.1077
CIE-Lab42.232917.1507-43.0731

#505eab color RGB value is (80,94,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01011110 10101011
Octal 120 136 253
Decimal 80 94 171
Hex 50 5E AB

RGB Percentages of Color #505eab

%23.19
%27.25
%49.57

CMYK Percentages of Color #505eab

%53
%45
%0
%33

Triadic Colors of #505eab

#505eab #ab505e #5eab50

Analogous Colors of #505eab

#505eab #7050ab #508cab

Monochromatic Colors of #505eab

#505eab

Complementary Color

#505eab #ab9d50

#505eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#505eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#505eab Color CSS Codes

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

#505eab Text Font Color

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

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


#505eab Background Color

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

This div background color is #505eab


#505eab Border Color

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

This div border color is #505eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #505eab


Comments

No comments written yet.

Please login to write comment.