Color Hex Logo

#508ecf Color Hex

#508ECF
(80,142,207)
0 Favorites   0 Comments

Color spaces of #508ecf

RGB 80142207
HSL0.590.570.56
HSV211°61°81°
CMYK 0.610.310.00   0.19
XYZ24.243825.556562.6866
Yxy25.55650.21550.2272
Hunter Lab50.5534-2.8657-38.1326
CIE-Lab57.6137-0.2043-39.4600

#508ecf color RGB value is (80,142,207).

#508ecf hex color red value is 80, green value is 142 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #508ecf hue: 0.59 , saturation: 0.57 and the lightness value of 508ecf is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 10001110 11001111
Octal 120 216 317
Decimal 80 142 207
Hex 50 8E CF

RGB Percentages of Color #508ecf

%18.65
%33.10
%48.25

CMYK Percentages of Color #508ecf

%61
%31
%0
%19

Triadic Colors of #508ecf

#508ecf #cf508e #8ecf50

Analogous Colors of #508ecf

#508ecf #5250cf #50cecf

Monochromatic Colors of #508ecf

#508ecf

Complementary Color

#508ecf #cf9150

#508ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#508ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#508ecf Color CSS Codes

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

#508ecf Text Font Color

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

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


#508ecf Background Color

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

This div background color is #508ecf


#508ecf Border Color

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

This div border color is #508ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #508ecf


Comments

No comments written yet.

Please login to write comment.