Color Hex Logo

#58136d Color Hex

#58136D
(88,19,109)
0 Favorites   0 Comments

Color spaces of #58136d

RGB 8819109
HSL0.790.700.25
HSV286°83°43°
CMYK 0.190.830.00   0.57
XYZ7.01773.644614.8016
Yxy3.64460.27560.1431
Hunter Lab19.090832.2068-32.6054
CIE-Lab22.459943.9844-36.5261

#58136d color RGB value is (88,19,109).

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

The process color (four color CMYK) of #58136d color hex is 0.19, 0.83, 0.00, 0.57. Web safe color of #58136d is #660066. Color #58136d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00010011 01101101
Octal 130 23 155
Decimal 88 19 109
Hex 58 13 6D

RGB Percentages of Color #58136d

%40.74
%8.80
%50.46

CMYK Percentages of Color #58136d

%19
%83
%0
%57

Triadic Colors of #58136d

#58136d #6d5813 #136d58

Analogous Colors of #58136d

#58136d #6d1355 #2b136d

Monochromatic Colors of #58136d

#58136d

Complementary Color

#58136d #286d13

#58136d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58136d Color Preview on White Background

Lorem ipsum dolor sit amet.

#58136d Color CSS Codes

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

#58136d Text Font Color

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

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


#58136d Background Color

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

This div background color is #58136d


#58136d Border Color

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

This div border color is #58136d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58136d


Comments

No comments written yet.

Please login to write comment.