Color Hex Logo

#507eab Color Hex

#507EAB
(80,126,171)
0 Favorites   0 Comments

Color spaces of #507eab

RGB 80126171
HSL0.580.360.49
HSV210°53°67°
CMYK 0.530.260.00   0.33
XYZ18.119819.567541.3500
Yxy19.56750.22930.2476
Hunter Lab44.2352-4.2936-24.4583
CIE-Lab51.3447-2.5112-28.7218

#507eab color RGB value is (80,126,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01111110 10101011
Octal 120 176 253
Decimal 80 126 171
Hex 50 7E AB

RGB Percentages of Color #507eab

%21.22
%33.42
%45.36

CMYK Percentages of Color #507eab

%53
%26
%0
%33

Triadic Colors of #507eab

#507eab #ab507e #7eab50

Analogous Colors of #507eab

#507eab #5050ab #50abab

Monochromatic Colors of #507eab

#507eab

Complementary Color

#507eab #ab7d50

#507eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#507eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#507eab Color CSS Codes

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

#507eab Text Font Color

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

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


#507eab Background Color

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

This div background color is #507eab


#507eab Border Color

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

This div border color is #507eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #507eab


Comments

No comments written yet.

Please login to write comment.