Color Hex Logo

#58118a Color Hex

#58118A
(88,17,138)
0 Favorites   0 Comments

Color spaces of #58118a

RGB 8817138
HSL0.760.780.30
HSV275°88°54°
CMYK 0.360.880.00   0.46
XYZ8.81244.310624.4123
Yxy4.31060.23480.1148
Hunter Lab20.762039.4306-55.1808
CIE-Lab24.672850.9884-51.3754

#58118a color RGB value is (88,17,138).

#58118a hex color red value is 88, green value is 17 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #58118a hue: 0.76 , saturation: 0.78 and the lightness value of 58118a is 0.30.

The process color (four color CMYK) of #58118a color hex is 0.36, 0.88, 0.00, 0.46. Web safe color of #58118a is #660099. Color #58118a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00010001 10001010
Octal 130 21 212
Decimal 88 17 138
Hex 58 11 8A

RGB Percentages of Color #58118a

%36.21
%7.00
%56.79

CMYK Percentages of Color #58118a

%36
%88
%0
%46

Triadic Colors of #58118a

#58118a #8a5811 #118a58

Analogous Colors of #58118a

#58118a #8a1180 #1b118a

Monochromatic Colors of #58118a

#58118a

Complementary Color

#58118a #438a11

#58118a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58118a Color Preview on White Background

Lorem ipsum dolor sit amet.

#58118a Color CSS Codes

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

#58118a Text Font Color

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

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


#58118a Background Color

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

This div background color is #58118a


#58118a Border Color

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

This div border color is #58118a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,17,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #58118a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #58118a;
  -webkit-box-shadow: 1px 1px 3px 2px #58118a;
  box-shadow:         1px 1px 3px 2px #58118a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58118a


Comments

No comments written yet.

Please login to write comment.