Color Hex Logo

#508acb Color Hex

#508ACB
(80,138,203)
0 Favorites   0 Comments

Color spaces of #508acb

RGB 80138203
HSL0.590.540.55
HSV212°61°80°
CMYK 0.610.320.00   0.20
XYZ23.176224.194259.9483
Yxy24.19420.21600.2254
Hunter Lab49.1876-1.9727-37.8295
CIE-Lab56.28170.8123-39.2977

#508acb color RGB value is (80,138,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10001010 11001011
Octal 120 212 313
Decimal 80 138 203
Hex 50 8A CB

RGB Percentages of Color #508acb

%19.00
%32.78
%48.22

CMYK Percentages of Color #508acb

%61
%32
%0
%20

Triadic Colors of #508acb

#508acb #cb508a #8acb50

Analogous Colors of #508acb

#508acb #5450cb #50c8cb

Monochromatic Colors of #508acb

#508acb

Complementary Color

#508acb #cb9150

#508acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#508acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#508acb Color CSS Codes

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

#508acb Text Font Color

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

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


#508acb Background Color

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

This div background color is #508acb


#508acb Border Color

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

This div border color is #508acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #508acb


Comments

No comments written yet.

Please login to write comment.