Color Hex Logo

#508bcc Color Hex

#508BCC
(80,139,204)
0 Favorites   0 Comments

Color spaces of #508bcc

RGB 80139204
HSL0.590.550.56
HSV211°61°80°
CMYK 0.610.320.00   0.20
XYZ23.440024.530360.6262
Yxy24.53030.21580.2259
Hunter Lab49.5281-2.1960-37.9059
CIE-Lab56.61490.5570-39.3389

#508bcc color RGB value is (80,139,204).

#508bcc hex color red value is 80, green value is 139 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #508bcc hue: 0.59 , saturation: 0.55 and the lightness value of 508bcc is 0.56.

The process color (four color CMYK) of #508bcc color hex is 0.61, 0.32, 0.00, 0.20. Web safe color of #508bcc is #6699cc. Color #508bcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10001011 11001100
Octal 120 213 314
Decimal 80 139 204
Hex 50 8B CC

RGB Percentages of Color #508bcc

%18.91
%32.86
%48.23

CMYK Percentages of Color #508bcc

%61
%32
%0
%20

Triadic Colors of #508bcc

#508bcc #cc508b #8bcc50

Analogous Colors of #508bcc

#508bcc #5350cc #50c9cc

Monochromatic Colors of #508bcc

#508bcc

Complementary Color

#508bcc #cc9150

#508bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#508bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#508bcc Color CSS Codes

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

#508bcc Text Font Color

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

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


#508bcc Background Color

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

This div background color is #508bcc


#508bcc Border Color

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

This div border color is #508bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #508bcc


Comments

No comments written yet.

Please login to write comment.