Color Hex Logo

#507ccb Color Hex

#507CCB
(80,124,203)
0 Favorites   0 Comments

Color spaces of #507ccb

RGB 80124203
HSL0.610.540.55
HSV219°61°80°
CMYK 0.610.390.00   0.20
XYZ21.295420.432659.3214
Yxy20.43260.21070.2022
Hunter Lab45.20244.9892-46.1675
CIE-Lab52.32289.1871-45.5500

#507ccb color RGB value is (80,124,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01111100 11001011
Octal 120 174 313
Decimal 80 124 203
Hex 50 7C CB

RGB Percentages of Color #507ccb

%19.66
%30.47
%49.88

CMYK Percentages of Color #507ccb

%61
%39
%0
%20

Triadic Colors of #507ccb

#507ccb #cb507c #7ccb50

Analogous Colors of #507ccb

#507ccb #6250cb #50bacb

Monochromatic Colors of #507ccb

#507ccb

Complementary Color

#507ccb #cb9f50

#507ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#507ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#507ccb Color CSS Codes

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

#507ccb Text Font Color

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

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


#507ccb Background Color

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

This div background color is #507ccb


#507ccb Border Color

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

This div border color is #507ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #507ccb


Comments

No comments written yet.

Please login to write comment.