Color Hex Logo

#50096b Color Hex

#50096B
(80,9,107)
0 Favorites   0 Comments

Color spaces of #50096b

RGB 809107
HSL0.790.840.23
HSV283°92°42°
CMYK 0.250.920.00   0.58
XYZ6.05982.962414.1623
Yxy2.96240.26140.1278
Hunter Lab17.211632.7252-36.7377
CIE-Lab19.892745.0355-39.4499

#50096b color RGB value is (80,9,107).

#50096b hex color red value is 80, green value is 9 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #50096b hue: 0.79 , saturation: 0.84 and the lightness value of 50096b is 0.23.

The process color (four color CMYK) of #50096b color hex is 0.25, 0.92, 0.00, 0.58. Web safe color of #50096b is #660066. Color #50096b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00001001 01101011
Octal 120 11 153
Decimal 80 9 107
Hex 50 9 6B

RGB Percentages of Color #50096b

%40.82
%4.59
%54.59

CMYK Percentages of Color #50096b

%25
%92
%0
%58

Triadic Colors of #50096b

#50096b #6b5009 #096b50

Analogous Colors of #50096b

#50096b #6b0955 #1f096b

Monochromatic Colors of #50096b

#50096b

Complementary Color

#50096b #246b09

#50096b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50096b Color Preview on White Background

Lorem ipsum dolor sit amet.

#50096b Color CSS Codes

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

#50096b Text Font Color

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

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


#50096b Background Color

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

This div background color is #50096b


#50096b Border Color

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

This div border color is #50096b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50096b


Comments

No comments written yet.

Please login to write comment.