Color Hex Logo

#58276e Color Hex

#58276E
(88,39,110)
0 Favorites   0 Comments

Color spaces of #58276e

RGB 8839110
HSL0.780.480.29
HSV281°65°43°
CMYK 0.200.650.00   0.57
XYZ7.56454.651515.2510
Yxy4.65150.27540.1693
Hunter Lab21.567324.8640-26.8288
CIE-Lab25.717935.2535-31.9392

#58276e color RGB value is (88,39,110).

#58276e hex color red value is 88, green value is 39 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #58276e hue: 0.78 , saturation: 0.48 and the lightness value of 58276e is 0.29.

The process color (four color CMYK) of #58276e color hex is 0.20, 0.65, 0.00, 0.57. Web safe color of #58276e is #663366. Color #58276e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00100111 01101110
Octal 130 47 156
Decimal 88 39 110
Hex 58 27 6E

RGB Percentages of Color #58276e

%37.13
%16.46
%46.41

CMYK Percentages of Color #58276e

%20
%65
%0
%57

Triadic Colors of #58276e

#58276e #6e5827 #276e58

Analogous Colors of #58276e

#58276e #6e2761 #35276e

Monochromatic Colors of #58276e

#58276e

Complementary Color

#58276e #3d6e27

#58276e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58276e Color Preview on White Background

Lorem ipsum dolor sit amet.

#58276e Color CSS Codes

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

#58276e Text Font Color

<p style="color:#58276e">Text here</p>

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


#58276e Background Color

<div style="background-color:#58276e">
Div content here</div>

This div background color is #58276e


#58276e Border Color

<div style="border:3px solid #58276e">
Div here</div>

This div border color is #58276e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,39,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #58276e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #58276e;
  -webkit-box-shadow: 1px 1px 3px 2px #58276e;
  box-shadow:         1px 1px 3px 2px #58276e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58276e


Comments

No comments written yet.

Please login to write comment.