Color Hex Logo

#508fca Color Hex

#508FCA
(80,143,202)
0 Favorites   0 Comments

Color spaces of #508fca

RGB 80143202
HSL0.580.540.55
HSV209°60°79°
CMYK 0.600.290.00   0.21
XYZ23.791425.614759.5673
Yxy25.61470.21830.2351
Hunter Lab50.6110-4.6592-34.3545
CIE-Lab57.6695-2.4297-36.5570

#508fca color RGB value is (80,143,202).

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

The process color (four color CMYK) of #508fca color hex is 0.60, 0.29, 0.00, 0.21. Web safe color of #508fca is #6699cc. Color #508fca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10001111 11001010
Octal 120 217 312
Decimal 80 143 202
Hex 50 8F CA

RGB Percentages of Color #508fca

%18.82
%33.65
%47.53

CMYK Percentages of Color #508fca

%60
%29
%0
%21

Triadic Colors of #508fca

#508fca #ca508f #8fca50

Analogous Colors of #508fca

#508fca #5052ca #50cac8

Monochromatic Colors of #508fca

#508fca

Complementary Color

#508fca #ca8b50

#508fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#508fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#508fca Color CSS Codes

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

#508fca Text Font Color

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

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


#508fca Background Color

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

This div background color is #508fca


#508fca Border Color

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

This div border color is #508fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #508fca


Comments

No comments written yet.

Please login to write comment.