Color Hex Logo

#50264f Color Hex

#50264F
(80,38,79)
0 Favorites   0 Comments

Color spaces of #50264f

RGB 803879
HSL0.840.360.23
HSV301°53°31°
CMYK 0.000.530.01   0.69
XYZ5.41273.65627.8176
Yxy3.65620.32050.2165
Hunter Lab19.121217.0665-10.8556
CIE-Lab22.500626.4150-16.7451

#50264f color RGB value is (80,38,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00100110 01001111
Octal 120 46 117
Decimal 80 38 79
Hex 50 26 4F

RGB Percentages of Color #50264f

%40.61
%19.29
%40.10

CMYK Percentages of Color #50264f

%0
%53
%1
%69

Triadic Colors of #50264f

#50264f #4f5026 #264f50

Analogous Colors of #50264f

#50264f #50263a #3c2650

Monochromatic Colors of #50264f

#50264f

Complementary Color

#50264f #265027

#50264f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50264f Color Preview on White Background

Lorem ipsum dolor sit amet.

#50264f Color CSS Codes

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

#50264f Text Font Color

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

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


#50264f Background Color

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

This div background color is #50264f


#50264f Border Color

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

This div border color is #50264f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50264f


Comments

No comments written yet.

Please login to write comment.