Color Hex Logo

#50295e Color Hex

#50295E
(80,41,94)
0 Favorites   0 Comments

Color spaces of #50295e

RGB 804194
HSL0.790.390.26
HSV284°56°37°
CMYK 0.150.560.00   0.63
XYZ6.12164.099511.0583
Yxy4.09950.28770.1927
Hunter Lab20.247218.5355-18.2090
CIE-Lab23.997728.0182-24.3509

#50295e color RGB value is (80,41,94).

#50295e hex color red value is 80, green value is 41 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #50295e hue: 0.79 , saturation: 0.39 and the lightness value of 50295e is 0.26.

The process color (four color CMYK) of #50295e color hex is 0.15, 0.56, 0.00, 0.63. Web safe color of #50295e is #663366. Color #50295e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00101001 01011110
Octal 120 51 136
Decimal 80 41 94
Hex 50 29 5E

RGB Percentages of Color #50295e

%37.21
%19.07
%43.72

CMYK Percentages of Color #50295e

%15
%56
%0
%63

Triadic Colors of #50295e

#50295e #5e5029 #295e50

Analogous Colors of #50295e

#50295e #5e2952 #36295e

Monochromatic Colors of #50295e

#50295e

Complementary Color

#50295e #375e29

#50295e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50295e Color Preview on White Background

Lorem ipsum dolor sit amet.

#50295e Color CSS Codes

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

#50295e Text Font Color

<p style="color:#50295e">Text here</p>

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


#50295e Background Color

<div style="background-color:#50295e">
Div content here</div>

This div background color is #50295e


#50295e Border Color

<div style="border:3px solid #50295e">
Div here</div>

This div border color is #50295e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,41,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #50295e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #50295e;
  -webkit-box-shadow: 1px 1px 3px 2px #50295e;
  box-shadow:         1px 1px 3px 2px #50295e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50295e


Comments

No comments written yet.

Please login to write comment.