Color Hex Logo

#58005d Color Hex

#58005D
(88,0,93)
0 Favorites   0 Comments

Color spaces of #58005d

RGB 88093
HSL0.821.000.18
HSV297°100°36°
CMYK 0.051.000.00   0.64
XYZ6.00032.865010.5927
Yxy2.86500.30840.1472
Hunter Lab16.926333.6564-25.2560
CIE-Lab19.494946.0941-30.7858

#58005d color RGB value is (88,0,93).

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

The process color (four color CMYK) of #58005d color hex is 0.05, 1.00, 0.00, 0.64. Web safe color of #58005d is #660066. Color #58005d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00000000 01011101
Octal 130 0 135
Decimal 88 0 93
Hex 58 0 5D

RGB Percentages of Color #58005d

%48.62
%0.00
%51.38

CMYK Percentages of Color #58005d

%5
%100
%0
%64

Triadic Colors of #58005d

#58005d #5d5800 #005d58

Analogous Colors of #58005d

#58005d #5d0033 #2a005d

Monochromatic Colors of #58005d

#58005d

Complementary Color

#58005d #055d00

#58005d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58005d Color Preview on White Background

Lorem ipsum dolor sit amet.

#58005d Color CSS Codes

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

#58005d Text Font Color

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

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


#58005d Background Color

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

This div background color is #58005d


#58005d Border Color

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

This div border color is #58005d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58005d


Comments

No comments written yet.

Please login to write comment.