Color Hex Logo

#500588 Color Hex

#500588
(80,5,136)
0 Favorites   0 Comments

Color spaces of #500588

RGB 805136
HSL0.760.930.28
HSV274°96°53°
CMYK 0.410.960.00   0.47
XYZ7.80653.591623.5744
Yxy3.59160.22320.1027
Hunter Lab18.951540.3625-60.4867
CIE-Lab22.272552.3736-54.1075

#500588 color RGB value is (80,5,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00000101 10001000
Octal 120 5 210
Decimal 80 5 136
Hex 50 5 88

RGB Percentages of Color #500588

%36.20
%2.26
%61.54

CMYK Percentages of Color #500588

%41
%96
%0
%47

Triadic Colors of #500588

#500588 #885005 #058850

Analogous Colors of #500588

#500588 #88057f #0f0588

Monochromatic Colors of #500588

#500588

Complementary Color

#500588 #3d8805

#500588 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#500588 Color Preview on White Background

Lorem ipsum dolor sit amet.

#500588 Color CSS Codes

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

#500588 Text Font Color

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

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


#500588 Background Color

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

This div background color is #500588


#500588 Border Color

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

This div border color is #500588


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #500588


Comments

No comments written yet.

Please login to write comment.