Color Hex Logo

#50254e Color Hex

#50254E
(80,37,78)
0 Favorites   0 Comments

Color spaces of #50254e

RGB 803778
HSL0.840.370.23
HSV303°54°31°
CMYK 0.000.540.02   0.69
XYZ5.34503.57877.6168
Yxy3.57870.32310.2164
Hunter Lab18.917517.3284-10.6299
CIE-Lab22.226726.7906-16.4996

#50254e color RGB value is (80,37,78).

#50254e hex color red value is 80, green value is 37 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #50254e hue: 0.84 , saturation: 0.37 and the lightness value of 50254e is 0.23.

The process color (four color CMYK) of #50254e color hex is 0.00, 0.54, 0.02, 0.69. Web safe color of #50254e is #663366. Color #50254e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00100101 01001110
Octal 120 45 116
Decimal 80 37 78
Hex 50 25 4E

RGB Percentages of Color #50254e

%41.03
%18.97
%40.00

CMYK Percentages of Color #50254e

%0
%54
%2
%69

Triadic Colors of #50254e

#50254e #4e5025 #254e50

Analogous Colors of #50254e

#50254e #502539 #3d2550

Monochromatic Colors of #50254e

#50254e

Complementary Color

#50254e #255027

#50254e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50254e Color Preview on White Background

Lorem ipsum dolor sit amet.

#50254e Color CSS Codes

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

#50254e Text Font Color

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

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


#50254e Background Color

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

This div background color is #50254e


#50254e Border Color

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

This div border color is #50254e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50254e


Comments

No comments written yet.

Please login to write comment.