Color Hex Logo

#507bcc Color Hex

#507BCC
(80,123,204)
0 Favorites   0 Comments

Color spaces of #507bcc

RGB 80123204
HSL0.610.550.56
HSV219°61°80°
CMYK 0.610.400.00   0.20
XYZ21.290320.231059.9096
Yxy20.23100.20990.1995
Hunter Lab44.97895.7781-47.4861
CIE-Lab52.097410.1346-46.4768

#507bcc color RGB value is (80,123,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01111011 11001100
Octal 120 173 314
Decimal 80 123 204
Hex 50 7B CC

RGB Percentages of Color #507bcc

%19.66
%30.22
%50.12

CMYK Percentages of Color #507bcc

%61
%40
%0
%20

Triadic Colors of #507bcc

#507bcc #cc507b #7bcc50

Analogous Colors of #507bcc

#507bcc #6350cc #50b9cc

Monochromatic Colors of #507bcc

#507bcc

Complementary Color

#507bcc #cca150

#507bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#507bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#507bcc Color CSS Codes

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

#507bcc Text Font Color

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

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


#507bcc Background Color

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

This div background color is #507bcc


#507bcc Border Color

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

This div border color is #507bcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #507bcc


Comments

No comments written yet.

Please login to write comment.