Color Hex Logo

#58469e Color Hex

#58469E
(88,70,158)
0 Favorites   0 Comments

Color spaces of #58469e

RGB 8870158
HSL0.700.390.45
HSV252°56°62°
CMYK 0.440.560.00   0.38
XYZ12.38628.923633.4174
Yxy8.92360.22630.1631
Hunter Lab29.872421.7360-45.4154
CIE-Lab35.836830.0609-45.5331

#58469e color RGB value is (88,70,158).

#58469e hex color red value is 88, green value is 70 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #58469e hue: 0.70 , saturation: 0.39 and the lightness value of 58469e is 0.45.

The process color (four color CMYK) of #58469e color hex is 0.44, 0.56, 0.00, 0.38. Web safe color of #58469e is #663399. Color #58469e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01000110 10011110
Octal 130 106 236
Decimal 88 70 158
Hex 58 46 9E

RGB Percentages of Color #58469e

%27.85
%22.15
%50.00

CMYK Percentages of Color #58469e

%44
%56
%0
%38

Triadic Colors of #58469e

#58469e #9e5846 #469e58

Analogous Colors of #58469e

#58469e #84469e #46609e

Monochromatic Colors of #58469e

#58469e

Complementary Color

#58469e #8c9e46

#58469e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58469e Color Preview on White Background

Lorem ipsum dolor sit amet.

#58469e Color CSS Codes

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

#58469e Text Font Color

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

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


#58469e Background Color

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

This div background color is #58469e


#58469e Border Color

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

This div border color is #58469e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58469e


Comments

No comments written yet.

Please login to write comment.