Color Hex Logo

#5047bf Color Hex

#5047BF
(80,71,191)
0 Favorites   0 Comments

Color spaces of #5047bf

RGB 8071191
HSL0.680.480.51
HSV245°63°75°
CMYK 0.580.630.00   0.25
XYZ14.96559.973550.4265
Yxy9.97350.19860.1323
Hunter Lab31.580829.3209-72.5643
CIE-Lab37.794838.1198-61.9880

#5047bf color RGB value is (80,71,191).

#5047bf hex color red value is 80, green value is 71 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #5047bf hue: 0.68 , saturation: 0.48 and the lightness value of 5047bf is 0.51.

The process color (four color CMYK) of #5047bf color hex is 0.58, 0.63, 0.00, 0.25. Web safe color of #5047bf is #6633cc. Color #5047bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01000111 10111111
Octal 120 107 277
Decimal 80 71 191
Hex 50 47 BF

RGB Percentages of Color #5047bf

%23.39
%20.76
%55.85

CMYK Percentages of Color #5047bf

%58
%63
%0
%25

Triadic Colors of #5047bf

#5047bf #bf5047 #47bf50

Analogous Colors of #5047bf

#5047bf #8c47bf #477abf

Monochromatic Colors of #5047bf

#5047bf

Complementary Color

#5047bf #b6bf47

#5047bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5047bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5047bf Color CSS Codes

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

#5047bf Text Font Color

<p style="color:#5047bf">Text here</p>

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


#5047bf Background Color

<div style="background-color:#5047bf">
Div content here</div>

This div background color is #5047bf


#5047bf Border Color

<div style="border:3px solid #5047bf">
Div here</div>

This div border color is #5047bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,71,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 #5047bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5047bf


Comments

No comments written yet.

Please login to write comment.