Color Hex Logo

#507dcd Color Hex

#507DCD
(80,125,205)
0 Favorites   0 Comments

Color spaces of #507dcd

RGB 80125205
HSL0.610.560.56
HSV218°61°80°
CMYK 0.610.390.00   0.20
XYZ21.661320.780560.6270
Yxy20.78050.21020.2016
Hunter Lab45.58565.0445-46.9433
CIE-Lab52.70849.2545-46.0749

#507dcd color RGB value is (80,125,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01111101 11001101
Octal 120 175 315
Decimal 80 125 205
Hex 50 7D CD

RGB Percentages of Color #507dcd

%19.51
%30.49
%50.00

CMYK Percentages of Color #507dcd

%61
%39
%0
%20

Triadic Colors of #507dcd

#507dcd #cd507d #7dcd50

Analogous Colors of #507dcd

#507dcd #6250cd #50bccd

Monochromatic Colors of #507dcd

#507dcd

Complementary Color

#507dcd #cda050

#507dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#507dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#507dcd Color CSS Codes

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

#507dcd Text Font Color

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

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


#507dcd Background Color

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

This div background color is #507dcd


#507dcd Border Color

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

This div border color is #507dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #507dcd


Comments

No comments written yet.

Please login to write comment.