Color Hex Logo

#58136b Color Hex

#58136B
(88,19,107)
0 Favorites   0 Comments

Color spaces of #58136b

RGB 8819107
HSL0.800.700.25
HSV287°82°42°
CMYK 0.180.820.00   0.58
XYZ6.91123.602014.2409
Yxy3.60200.27920.1455
Hunter Lab18.978931.7878-31.2032
CIE-Lab22.309443.5663-35.4702

#58136b color RGB value is (88,19,107).

#58136b hex color red value is 88, green value is 19 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #58136b hue: 0.80 , saturation: 0.70 and the lightness value of 58136b is 0.25.

The process color (four color CMYK) of #58136b color hex is 0.18, 0.82, 0.00, 0.58. Web safe color of #58136b is #660066. Color #58136b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00010011 01101011
Octal 130 23 153
Decimal 88 19 107
Hex 58 13 6B

RGB Percentages of Color #58136b

%41.12
%8.88
%50.00

CMYK Percentages of Color #58136b

%18
%82
%0
%58

Triadic Colors of #58136b

#58136b #6b5813 #136b58

Analogous Colors of #58136b

#58136b #6b1352 #2c136b

Monochromatic Colors of #58136b

#58136b

Complementary Color

#58136b #266b13

#58136b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58136b Color Preview on White Background

Lorem ipsum dolor sit amet.

#58136b Color CSS Codes

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

#58136b Text Font Color

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

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


#58136b Background Color

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

This div background color is #58136b


#58136b Border Color

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

This div border color is #58136b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,19,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #58136b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #58136b;
  -webkit-box-shadow: 1px 1px 3px 2px #58136b;
  box-shadow:         1px 1px 3px 2px #58136b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58136b


Comments

No comments written yet.

Please login to write comment.