Color Hex Logo

#505fbf Color Hex

#505FBF
(80,95,191)
0 Favorites   0 Comments

Color spaces of #505fbf

RGB 8095191
HSL0.640.460.53
HSV232°58°75°
CMYK 0.580.500.00   0.25
XYZ16.804413.651551.0395
Yxy13.65150.20620.1675
Hunter Lab36.947916.5252-56.0390
CIE-Lab43.728923.1760-52.3813

#505fbf color RGB value is (80,95,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 01011111 10111111
Octal 120 137 277
Decimal 80 95 191
Hex 50 5F BF

RGB Percentages of Color #505fbf

%21.86
%25.96
%52.19

CMYK Percentages of Color #505fbf

%58
%50
%0
%25

Triadic Colors of #505fbf

#505fbf #bf505f #5fbf50

Analogous Colors of #505fbf

#505fbf #7950bf #5097bf

Monochromatic Colors of #505fbf

#505fbf

Complementary Color

#505fbf #bfb050

#505fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#505fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#505fbf Color CSS Codes

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

#505fbf Text Font Color

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

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


#505fbf Background Color

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

This div background color is #505fbf


#505fbf Border Color

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

This div border color is #505fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #505fbf


Comments

No comments written yet.

Please login to write comment.