Color Hex Logo

#507bd5 Color Hex

#507BD5
(80,123,213)
0 Favorites   0 Comments

Color spaces of #507bd5

RGB 80123213
HSL0.610.610.57
HSV221°62°84°
CMYK 0.620.420.00   0.16
XYZ22.401520.675565.7609
Yxy20.67550.20580.1900
Hunter Lab45.47038.3671-53.9182
CIE-Lab52.592513.1940-50.7938

#507bd5 color RGB value is (80,123,213).

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

The process color (four color CMYK) of #507bd5 color hex is 0.62, 0.42, 0.00, 0.16. Web safe color of #507bd5 is #6666cc. Color #507bd5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01111011 11010101
Octal 120 173 325
Decimal 80 123 213
Hex 50 7B D5

RGB Percentages of Color #507bd5

%19.23
%29.57
%51.20

CMYK Percentages of Color #507bd5

%62
%42
%0
%16

Triadic Colors of #507bd5

#507bd5 #d5507b #7bd550

Analogous Colors of #507bd5

#507bd5 #6850d5 #50bed5

Monochromatic Colors of #507bd5

#507bd5

Complementary Color

#507bd5 #d5aa50

#507bd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#507bd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#507bd5 Color CSS Codes

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

#507bd5 Text Font Color

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

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


#507bd5 Background Color

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

This div background color is #507bd5


#507bd5 Border Color

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

This div border color is #507bd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #507bd5


Comments

No comments written yet.

Please login to write comment.