Color Hex Logo

#58255b Color Hex

#58255B
(88,37,91)
0 Favorites   0 Comments

Color spaces of #58255b

RGB 883791
HSL0.820.420.25
HSV297°59°36°
CMYK 0.030.590.00   0.64
XYZ6.57444.153210.3527
Yxy4.15320.31190.1970
Hunter Lab20.379421.9202-15.8536
CIE-Lab24.171632.0932-22.0226

#58255b color RGB value is (88,37,91).

#58255b hex color red value is 88, green value is 37 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #58255b hue: 0.82 , saturation: 0.42 and the lightness value of 58255b is 0.25.

The process color (four color CMYK) of #58255b color hex is 0.03, 0.59, 0.00, 0.64. Web safe color of #58255b is #663366. Color #58255b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00100101 01011011
Octal 130 45 133
Decimal 88 37 91
Hex 58 25 5B

RGB Percentages of Color #58255b

%40.74
%17.13
%42.13

CMYK Percentages of Color #58255b

%3
%59
%0
%64

Triadic Colors of #58255b

#58255b #5b5825 #255b58

Analogous Colors of #58255b

#58255b #5b2543 #3d255b

Monochromatic Colors of #58255b

#58255b

Complementary Color

#58255b #285b25

#58255b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58255b Color Preview on White Background

Lorem ipsum dolor sit amet.

#58255b Color CSS Codes

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

#58255b Text Font Color

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

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


#58255b Background Color

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

This div background color is #58255b


#58255b Border Color

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

This div border color is #58255b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58255b


Comments

No comments written yet.

Please login to write comment.