Color Hex Logo

#500088 Color Hex

#500088
(80,0,136)
0 Favorites   0 Comments

Color spaces of #500088

RGB 800136
HSL0.761.000.27
HSV275°100°53°
CMYK 0.411.000.00   0.47
XYZ7.75223.483023.5563
Yxy3.48300.22280.1001
Hunter Lab18.662841.4859-61.7723
CIE-Lab21.882853.5483-54.7486

#500088 color RGB value is (80,0,136).

#500088 hex color red value is 80, green value is 0 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #500088 hue: 0.76 , saturation: 1.00 and the lightness value of 500088 is 0.27.

The process color (four color CMYK) of #500088 color hex is 0.41, 1.00, 0.00, 0.47. Web safe color of #500088 is #660099. Color #500088 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00000000 10001000
Octal 120 0 210
Decimal 80 0 136
Hex 50 0 88

RGB Percentages of Color #500088

%37.04
%0.00
%62.96

CMYK Percentages of Color #500088

%41
%100
%0
%47

Triadic Colors of #500088

#500088 #885000 #008850

Analogous Colors of #500088

#500088 #88007c #0c0088

Monochromatic Colors of #500088

#500088

Complementary Color

#500088 #388800

#500088 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#500088 Color Preview on White Background

Lorem ipsum dolor sit amet.

#500088 Color CSS Codes

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

#500088 Text Font Color

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

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


#500088 Background Color

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

This div background color is #500088


#500088 Border Color

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

This div border color is #500088


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,0,136, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #500088; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #500088;
  -webkit-box-shadow: 1px 1px 3px 2px #500088;
  box-shadow:         1px 1px 3px 2px #500088; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #500088


Comments

No comments written yet.

Please login to write comment.