Color Hex Logo

#500058 Color Hex

#500058
(80,0,88)
0 Favorites   0 Comments

Color spaces of #500058

RGB 80088
HSL0.821.000.17
HSV295°100°35°
CMYK 0.091.000.00   0.65
XYZ5.06972.41019.4305
Yxy2.41010.29980.1425
Hunter Lab15.524531.1233-25.1491
CIE-Lab17.507143.7867-30.7180

#500058 color RGB value is (80,0,88).

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

The process color (four color CMYK) of #500058 color hex is 0.09, 1.00, 0.00, 0.65. Web safe color of #500058 is #660066. Color #500058 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00000000 01011000
Octal 120 0 130
Decimal 80 0 88
Hex 50 0 58

RGB Percentages of Color #500058

%47.62
%0.00
%52.38

CMYK Percentages of Color #500058

%9
%100
%0
%65

Triadic Colors of #500058

#500058 #585000 #005850

Analogous Colors of #500058

#500058 #580034 #240058

Monochromatic Colors of #500058

#500058

Complementary Color

#500058 #085800

#500058 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#500058 Color Preview on White Background

Lorem ipsum dolor sit amet.

#500058 Color CSS Codes

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

#500058 Text Font Color

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

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


#500058 Background Color

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

This div background color is #500058


#500058 Border Color

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

This div border color is #500058


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #500058


Comments

No comments written yet.

Please login to write comment.