Color Hex Logo

#507ccc Color Hex

#507CCC
(80,124,204)
0 Favorites   0 Comments

Color spaces of #507ccc

RGB 80124204
HSL0.610.550.56
HSV219°61°80°
CMYK 0.610.390.00   0.20
XYZ21.415020.480459.9512
Yxy20.48040.21030.2011
Hunter Lab45.25535.2703-46.8648
CIE-Lab52.37619.5251-46.0342

#507ccc color RGB value is (80,124,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01111100 11001100
Octal 120 174 314
Decimal 80 124 204
Hex 50 7C CC

RGB Percentages of Color #507ccc

%19.61
%30.39
%50.00

CMYK Percentages of Color #507ccc

%61
%39
%0
%20

Triadic Colors of #507ccc

#507ccc #cc507c #7ccc50

Analogous Colors of #507ccc

#507ccc #6250cc #50bacc

Monochromatic Colors of #507ccc

#507ccc

Complementary Color

#507ccc #cca050

#507ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#507ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#507ccc Color CSS Codes

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

#507ccc Text Font Color

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

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


#507ccc Background Color

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

This div background color is #507ccc


#507ccc Border Color

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

This div border color is #507ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #507ccc


Comments

No comments written yet.

Please login to write comment.