Color Hex Logo

#50276c Color Hex

#50276C
(80,39,108)
0 Favorites   0 Comments

Color spaces of #50276c

RGB 8039108
HSL0.770.470.29
HSV276°64°42°
CMYK 0.260.640.00   0.58
XYZ6.74064.239214.6503
Yxy4.23920.26300.1654
Hunter Lab20.589322.4066-27.7752
CIE-Lab24.447032.6214-32.7485

#50276c color RGB value is (80,39,108).

#50276c hex color red value is 80, green value is 39 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #50276c hue: 0.77 , saturation: 0.47 and the lightness value of 50276c is 0.29.

The process color (four color CMYK) of #50276c color hex is 0.26, 0.64, 0.00, 0.58. Web safe color of #50276c is #663366. Color #50276c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00100111 01101100
Octal 120 47 154
Decimal 80 39 108
Hex 50 27 6C

RGB Percentages of Color #50276c

%35.24
%17.18
%47.58

CMYK Percentages of Color #50276c

%26
%64
%0
%58

Triadic Colors of #50276c

#50276c #6c5027 #276c50

Analogous Colors of #50276c

#50276c #6c2766 #2e276c

Monochromatic Colors of #50276c

#50276c

Complementary Color

#50276c #436c27

#50276c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50276c Color Preview on White Background

Lorem ipsum dolor sit amet.

#50276c Color CSS Codes

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

#50276c Text Font Color

<p style="color:#50276c">Text here</p>

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


#50276c Background Color

<div style="background-color:#50276c">
Div content here</div>

This div background color is #50276c


#50276c Border Color

<div style="border:3px solid #50276c">
Div here</div>

This div border color is #50276c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,39,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #50276c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #50276c;
  -webkit-box-shadow: 1px 1px 3px 2px #50276c;
  box-shadow:         1px 1px 3px 2px #50276c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50276c


Comments

No comments written yet.

Please login to write comment.