Color Hex Logo

#5046c8 Color Hex

#5046C8
(80,70,200)
0 Favorites   0 Comments

Color spaces of #5046c8

RGB 8070200
HSL0.680.540.53
HSV245°65°78°
CMYK 0.600.650.00   0.22
XYZ15.923810.255955.7839
Yxy10.25590.19430.1251
Hunter Lab32.024832.7126-80.8596
CIE-Lab38.297841.5958-66.4173

#5046c8 color RGB value is (80,70,200).

#5046c8 hex color red value is 80, green value is 70 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #5046c8 hue: 0.68 , saturation: 0.54 and the lightness value of 5046c8 is 0.53.

The process color (four color CMYK) of #5046c8 color hex is 0.60, 0.65, 0.00, 0.22. Web safe color of #5046c8 is #6633cc. Color #5046c8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 01000110 11001000
Octal 120 106 310
Decimal 80 70 200
Hex 50 46 C8

RGB Percentages of Color #5046c8

%22.86
%20.00
%57.14

CMYK Percentages of Color #5046c8

%60
%65
%0
%22

Triadic Colors of #5046c8

#5046c8 #c85046 #46c850

Analogous Colors of #5046c8

#5046c8 #9146c8 #467dc8

Monochromatic Colors of #5046c8

#5046c8

Complementary Color

#5046c8 #bec846

#5046c8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5046c8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5046c8 Color CSS Codes

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

#5046c8 Text Font Color

<p style="color:#5046c8">Text here</p>

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


#5046c8 Background Color

<div style="background-color:#5046c8">
Div content here</div>

This div background color is #5046c8


#5046c8 Border Color

<div style="border:3px solid #5046c8">
Div here</div>

This div border color is #5046c8


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,70,200, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5046c8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5046c8;
  -webkit-box-shadow: 1px 1px 3px 2px #5046c8;
  box-shadow:         1px 1px 3px 2px #5046c8; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5046c8


Comments

No comments written yet.

Please login to write comment.