Color Hex Logo

#58385e Color Hex

#58385E
(88,56,94)
0 Favorites   0 Comments

Color spaces of #58385e

RGB 885694
HSL0.810.250.29
HSV291°40°37°
CMYK 0.060.400.00   0.63
XYZ7.45915.711211.2989
Yxy5.71120.30480.2334
Hunter Lab23.898113.8919-11.3033
CIE-Lab28.671821.5174-16.9639

#58385e color RGB value is (88,56,94).

#58385e hex color red value is 88, green value is 56 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #58385e hue: 0.81 , saturation: 0.25 and the lightness value of 58385e is 0.29.

The process color (four color CMYK) of #58385e color hex is 0.06, 0.40, 0.00, 0.63. Web safe color of #58385e is #663366. Color #58385e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00111000 01011110
Octal 130 70 136
Decimal 88 56 94
Hex 58 38 5E

RGB Percentages of Color #58385e

%36.97
%23.53
%39.50

CMYK Percentages of Color #58385e

%6
%40
%0
%63

Triadic Colors of #58385e

#58385e #5e5838 #385e58

Analogous Colors of #58385e

#58385e #5e3851 #45385e

Monochromatic Colors of #58385e

#58385e

Complementary Color

#58385e #3e5e38

#58385e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58385e Color Preview on White Background

Lorem ipsum dolor sit amet.

#58385e Color CSS Codes

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

#58385e Text Font Color

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

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


#58385e Background Color

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

This div background color is #58385e


#58385e Border Color

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

This div border color is #58385e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58385e


Comments

No comments written yet.

Please login to write comment.