Color Hex Logo

#50265e Color Hex

#50265E
(80,38,94)
0 Favorites   0 Comments

Color spaces of #50265e

RGB 803894
HSL0.790.420.26
HSV285°60°37°
CMYK 0.150.600.00   0.63
XYZ6.02183.899911.0250
Yxy3.89990.28750.1862
Hunter Lab19.748219.8706-19.2767
CIE-Lab23.337729.7678-25.3950

#50265e color RGB value is (80,38,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00100110 01011110
Octal 120 46 136
Decimal 80 38 94
Hex 50 26 5E

RGB Percentages of Color #50265e

%37.74
%17.92
%44.34

CMYK Percentages of Color #50265e

%15
%60
%0
%63

Triadic Colors of #50265e

#50265e #5e5026 #265e50

Analogous Colors of #50265e

#50265e #5e2650 #34265e

Monochromatic Colors of #50265e

#50265e

Complementary Color

#50265e #345e26

#50265e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50265e Color Preview on White Background

Lorem ipsum dolor sit amet.

#50265e Color CSS Codes

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

#50265e Text Font Color

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

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


#50265e Background Color

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

This div background color is #50265e


#50265e Border Color

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

This div border color is #50265e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50265e


Comments

No comments written yet.

Please login to write comment.