Color Hex Logo

#50254f Color Hex

#50254F
(80,37,79)
0 Favorites   0 Comments

Color spaces of #50254f

RGB 803779
HSL0.840.370.23
HSV301°54°31°
CMYK 0.000.540.01   0.69
XYZ5.38113.59317.8071
Yxy3.59310.32070.2141
Hunter Lab18.955517.5007-11.1507
CIE-Lab22.277927.0002-17.0920

#50254f color RGB value is (80,37,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00100101 01001111
Octal 120 45 117
Decimal 80 37 79
Hex 50 25 4F

RGB Percentages of Color #50254f

%40.82
%18.88
%40.31

CMYK Percentages of Color #50254f

%0
%54
%1
%69

Triadic Colors of #50254f

#50254f #4f5025 #254f50

Analogous Colors of #50254f

#50254f #50253a #3c2550

Monochromatic Colors of #50254f

#50254f

Complementary Color

#50254f #255026

#50254f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50254f Color Preview on White Background

Lorem ipsum dolor sit amet.

#50254f Color CSS Codes

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

#50254f Text Font Color

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

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


#50254f Background Color

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

This div background color is #50254f


#50254f Border Color

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

This div border color is #50254f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50254f


Comments

No comments written yet.

Please login to write comment.