Color Hex Logo

#50084b Color Hex

#50084B
(80,8,75)
0 Favorites   0 Comments

Color spaces of #50084b

RGB 80875
HSL0.840.820.17
HSV304°90°31°
CMYK 0.000.900.06   0.69
XYZ4.66512.38716.8715
Yxy2.38710.33500.1714
Hunter Lab15.450226.8590-15.5541
CIE-Lab17.400139.1012-22.0406

#50084b color RGB value is (80,8,75).

#50084b hex color red value is 80, green value is 8 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #50084b hue: 0.84 , saturation: 0.82 and the lightness value of 50084b is 0.17.

The process color (four color CMYK) of #50084b color hex is 0.00, 0.90, 0.06, 0.69. Web safe color of #50084b is #660033. Color #50084b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00001000 01001011
Octal 120 10 113
Decimal 80 8 75
Hex 50 8 4B

RGB Percentages of Color #50084b

%49.08
%4.91
%46.01

CMYK Percentages of Color #50084b

%0
%90
%6
%69

Triadic Colors of #50084b

#50084b #4b5008 #084b50

Analogous Colors of #50084b

#50084b #500827 #310850

Monochromatic Colors of #50084b

#50084b

Complementary Color

#50084b #08500d

#50084b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50084b Color Preview on White Background

Lorem ipsum dolor sit amet.

#50084b Color CSS Codes

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

#50084b Text Font Color

<p style="color:#50084b">Text here</p>

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


#50084b Background Color

<div style="background-color:#50084b">
Div content here</div>

This div background color is #50084b


#50084b Border Color

<div style="border:3px solid #50084b">
Div here</div>

This div border color is #50084b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,8,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #50084b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #50084b;
  -webkit-box-shadow: 1px 1px 3px 2px #50084b;
  box-shadow:         1px 1px 3px 2px #50084b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50084b


Comments

No comments written yet.

Please login to write comment.