Color Hex Logo

#50296f Color Hex

#50296F
(80,41,111)
0 Favorites   0 Comments

Color spaces of #50296f

RGB 8041111
HSL0.760.460.30
HSV273°63°44°
CMYK 0.280.630.00   0.56
XYZ6.97044.439015.5284
Yxy4.43900.25880.1648
Hunter Lab21.068922.1839-28.9502
CIE-Lab25.072732.2500-33.6776

#50296f color RGB value is (80,41,111).

#50296f hex color red value is 80, green value is 41 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #50296f hue: 0.76 , saturation: 0.46 and the lightness value of 50296f is 0.30.

The process color (four color CMYK) of #50296f color hex is 0.28, 0.63, 0.00, 0.56. Web safe color of #50296f is #663366. Color #50296f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00101001 01101111
Octal 120 51 157
Decimal 80 41 111
Hex 50 29 6F

RGB Percentages of Color #50296f

%34.48
%17.67
%47.84

CMYK Percentages of Color #50296f

%28
%63
%0
%56

Triadic Colors of #50296f

#50296f #6f5029 #296f50

Analogous Colors of #50296f

#50296f #6f296b #2d296f

Monochromatic Colors of #50296f

#50296f

Complementary Color

#50296f #486f29

#50296f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50296f Color Preview on White Background

Lorem ipsum dolor sit amet.

#50296f Color CSS Codes

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

#50296f Text Font Color

<p style="color:#50296f">Text here</p>

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


#50296f Background Color

<div style="background-color:#50296f">
Div content here</div>

This div background color is #50296f


#50296f Border Color

<div style="border:3px solid #50296f">
Div here</div>

This div border color is #50296f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50296f


Comments

No comments written yet.

Please login to write comment.