Color Hex Logo

#509dbc Color Hex

#509DBC
(80,157,188)
0 Favorites   0 Comments

Color spaces of #509dbc

RGB 80157188
HSL0.550.450.53
HSV197°57°74°
CMYK 0.570.160.00   0.26
XYZ24.442329.450351.9732
Yxy29.45030.23090.2782
Hunter Lab54.2681-14.5730-18.7950
CIE-Lab61.1770-14.7004-23.2401

#509dbc color RGB value is (80,157,188).

#509dbc hex color red value is 80, green value is 157 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #509dbc hue: 0.55 , saturation: 0.45 and the lightness value of 509dbc is 0.53.

The process color (four color CMYK) of #509dbc color hex is 0.57, 0.16, 0.00, 0.26. Web safe color of #509dbc is #6699cc. Color #509dbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10011101 10111100
Octal 120 235 274
Decimal 80 157 188
Hex 50 9D BC

RGB Percentages of Color #509dbc

%18.82
%36.94
%44.24

CMYK Percentages of Color #509dbc

%57
%16
%0
%26

Triadic Colors of #509dbc

#509dbc #bc509d #9dbc50

Analogous Colors of #509dbc

#509dbc #5067bc #50bca5

Monochromatic Colors of #509dbc

#509dbc

Complementary Color

#509dbc #bc6f50

#509dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#509dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#509dbc Color CSS Codes

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

#509dbc Text Font Color

<p style="color:#509dbc">Text here</p>

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


#509dbc Background Color

<div style="background-color:#509dbc">
Div content here</div>

This div background color is #509dbc


#509dbc Border Color

<div style="border:3px solid #509dbc">
Div here</div>

This div border color is #509dbc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,157,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #509dbc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #509dbc;
  -webkit-box-shadow: 1px 1px 3px 2px #509dbc;
  box-shadow:         1px 1px 3px 2px #509dbc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #509dbc


Comments

No comments written yet.

Please login to write comment.