Color Hex Logo

#508bbb Color Hex

#508BBB
(80,139,187)
0 Favorites   0 Comments

Color spaces of #508bbb

RGB 80139187
HSL0.570.440.52
HSV207°57°73°
CMYK 0.570.260.00   0.27
XYZ21.510523.758650.4658
Yxy23.75860.22470.2482
Hunter Lab48.7428-6.5267-27.2659
CIE-Lab55.8453-4.9768-30.9067

#508bbb color RGB value is (80,139,187).

#508bbb hex color red value is 80, green value is 139 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #508bbb hue: 0.57 , saturation: 0.44 and the lightness value of 508bbb is 0.52.

The process color (four color CMYK) of #508bbb color hex is 0.57, 0.26, 0.00, 0.27. Web safe color of #508bbb is #6699cc. Color #508bbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10001011 10111011
Octal 120 213 273
Decimal 80 139 187
Hex 50 8B BB

RGB Percentages of Color #508bbb

%19.70
%34.24
%46.06

CMYK Percentages of Color #508bbb

%57
%26
%0
%27

Triadic Colors of #508bbb

#508bbb #bb508b #8bbb50

Analogous Colors of #508bbb

#508bbb #5056bb #50bbb6

Monochromatic Colors of #508bbb

#508bbb

Complementary Color

#508bbb #bb8050

#508bbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#508bbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#508bbb Color CSS Codes

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

#508bbb Text Font Color

<p style="color:#508bbb">Text here</p>

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


#508bbb Background Color

<div style="background-color:#508bbb">
Div content here</div>

This div background color is #508bbb


#508bbb Border Color

<div style="border:3px solid #508bbb">
Div here</div>

This div border color is #508bbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,139,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #508bbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #508bbb;
  -webkit-box-shadow: 1px 1px 3px 2px #508bbb;
  box-shadow:         1px 1px 3px 2px #508bbb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #508bbb


Comments

No comments written yet.

Please login to write comment.