Color Hex Logo

#508dcb Color Hex

#508DCB
(80,141,203)
0 Favorites   0 Comments

Color spaces of #508dcb

RGB 80141203
HSL0.580.540.55
HSV210°61°80°
CMYK 0.610.310.00   0.20
XYZ23.612625.067060.0938
Yxy25.06700.21710.2305
Hunter Lab50.0670-3.4329-36.1171
CIE-Lab57.1406-0.9415-37.9493

#508dcb color RGB value is (80,141,203).

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

The process color (four color CMYK) of #508dcb color hex is 0.61, 0.31, 0.00, 0.20. Web safe color of #508dcb is #6699cc. Color #508dcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10001101 11001011
Octal 120 215 313
Decimal 80 141 203
Hex 50 8D CB

RGB Percentages of Color #508dcb

%18.87
%33.25
%47.88

CMYK Percentages of Color #508dcb

%61
%31
%0
%20

Triadic Colors of #508dcb

#508dcb #cb508d #8dcb50

Analogous Colors of #508dcb

#508dcb #5150cb #50cbcb

Monochromatic Colors of #508dcb

#508dcb

Complementary Color

#508dcb #cb8e50

#508dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#508dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#508dcb Color CSS Codes

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

#508dcb Text Font Color

<p style="color:#508dcb">Text here</p>

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


#508dcb Background Color

<div style="background-color:#508dcb">
Div content here</div>

This div background color is #508dcb


#508dcb Border Color

<div style="border:3px solid #508dcb">
Div here</div>

This div border color is #508dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #508dcb


Comments

No comments written yet.

Please login to write comment.