Color Hex Logo

#505fbe Color Hex

#505FBE
(80,95,190)
0 Favorites   0 Comments

Color spaces of #505fbe

RGB 8095190
HSL0.640.460.53
HSV232°58°75°
CMYK 0.580.500.00   0.25
XYZ16.694713.607650.4618
Yxy13.60760.20670.1685
Hunter Lab36.888516.2293-55.2841
CIE-Lab43.664822.8403-51.9034

#505fbe color RGB value is (80,95,190).

#505fbe hex color red value is 80, green value is 95 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #505fbe hue: 0.64 , saturation: 0.46 and the lightness value of 505fbe is 0.53.

The process color (four color CMYK) of #505fbe color hex is 0.58, 0.50, 0.00, 0.25. Web safe color of #505fbe is #6666cc. Color #505fbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01011111 10111110
Octal 120 137 276
Decimal 80 95 190
Hex 50 5F BE

RGB Percentages of Color #505fbe

%21.92
%26.03
%52.05

CMYK Percentages of Color #505fbe

%58
%50
%0
%25

Triadic Colors of #505fbe

#505fbe #be505f #5fbe50

Analogous Colors of #505fbe

#505fbe #7850be #5096be

Monochromatic Colors of #505fbe

#505fbe

Complementary Color

#505fbe #beaf50

#505fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#505fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#505fbe Color CSS Codes

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

#505fbe Text Font Color

<p style="color:#505fbe">Text here</p>

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


#505fbe Background Color

<div style="background-color:#505fbe">
Div content here</div>

This div background color is #505fbe


#505fbe Border Color

<div style="border:3px solid #505fbe">
Div here</div>

This div border color is #505fbe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,95,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #505fbe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #505fbe;
  -webkit-box-shadow: 1px 1px 3px 2px #505fbe;
  box-shadow:         1px 1px 3px 2px #505fbe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #505fbe


Comments

No comments written yet.

Please login to write comment.