Color Hex Logo

#508fff Color Hex

#508FFF
(80,143,255)
0 Favorites   0 Comments

Color spaces of #508fff

RGB 80143255
HSL0.611.000.66
HSV218°69°100°
CMYK 0.690.440.00   0.00
XYZ31.180728.570498.4790
Yxy28.57040.19710.1806
Hunter Lab53.451310.5879-71.8204
CIE-Lab60.400615.5283-61.6903

#508fff color RGB value is (80,143,255).

#508fff hex color red value is 80, green value is 143 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #508fff hue: 0.61 , saturation: 1.00 and the lightness value of 508fff is 0.66.

The process color (four color CMYK) of #508fff color hex is 0.69, 0.44, 0.00, 0.00. Web safe color of #508fff is #6699ff. Color #508fff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10001111 11111111
Octal 120 217 377
Decimal 80 143 255
Hex 50 8F FF

RGB Percentages of Color #508fff

%16.74
%29.92
%53.35

CMYK Percentages of Color #508fff

%69
%44
%0
%0

Triadic Colors of #508fff

#508fff #ff508f #8fff50

Analogous Colors of #508fff

#508fff #6950ff #50e7ff

Monochromatic Colors of #508fff

#508fff

Complementary Color

#508fff #ffc050

#508fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#508fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#508fff Color CSS Codes

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

#508fff Text Font Color

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

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


#508fff Background Color

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

This div background color is #508fff


#508fff Border Color

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

This div border color is #508fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #508fff

Related Colors

#508fff Color Palettes


Comments

No comments written yet.

Please login to write comment.