Color Hex Logo

#504fbb Color Hex

#504FBB
(80,79,187)
0 Favorites   0 Comments

Color spaces of #504fbb

RGB 8079187
HSL0.670.440.52
HSV241°58°73°
CMYK 0.570.580.00   0.27
XYZ15.073910.885348.3203
Yxy10.88530.20290.1465
Hunter Lab32.992923.8162-63.7392
CIE-Lab39.386631.9090-57.0585

#504fbb color RGB value is (80,79,187).

#504fbb hex color red value is 80, green value is 79 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #504fbb hue: 0.67 , saturation: 0.44 and the lightness value of 504fbb is 0.52.

The process color (four color CMYK) of #504fbb color hex is 0.57, 0.58, 0.00, 0.27. Web safe color of #504fbb is #6666cc. Color #504fbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01001111 10111011
Octal 120 117 273
Decimal 80 79 187
Hex 50 4F BB

RGB Percentages of Color #504fbb

%23.12
%22.83
%54.05

CMYK Percentages of Color #504fbb

%57
%58
%0
%27

Triadic Colors of #504fbb

#504fbb #bb504f #4fbb50

Analogous Colors of #504fbb

#504fbb #864fbb #4f84bb

Monochromatic Colors of #504fbb

#504fbb

Complementary Color

#504fbb #babb4f

#504fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#504fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#504fbb Color CSS Codes

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

#504fbb Text Font Color

<p style="color:#504fbb">Text here</p>

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


#504fbb Background Color

<div style="background-color:#504fbb">
Div content here</div>

This div background color is #504fbb


#504fbb Border Color

<div style="border:3px solid #504fbb">
Div here</div>

This div border color is #504fbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,79,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #504fbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #504fbb;
  -webkit-box-shadow: 1px 1px 3px 2px #504fbb;
  box-shadow:         1px 1px 3px 2px #504fbb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #504fbb


Comments

No comments written yet.

Please login to write comment.