Color Hex Logo

#58458f Color Hex

#58458F
(88,69,143)
0 Favorites   0 Comments

Color spaces of #58458f

RGB 8869143
HSL0.710.350.42
HSV255°52°56°
CMYK 0.380.520.00   0.44
XYZ11.11058.314127.0058
Yxy8.31410.23930.1791
Hunter Lab28.834218.3205-35.3465
CIE-Lab34.628726.2484-38.3688

#58458f color RGB value is (88,69,143).

#58458f hex color red value is 88, green value is 69 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #58458f hue: 0.71 , saturation: 0.35 and the lightness value of 58458f is 0.42.

The process color (four color CMYK) of #58458f color hex is 0.38, 0.52, 0.00, 0.44. Web safe color of #58458f is #663399. Color #58458f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01000101 10001111
Octal 130 105 217
Decimal 88 69 143
Hex 58 45 8F

RGB Percentages of Color #58458f

%29.33
%23.00
%47.67

CMYK Percentages of Color #58458f

%38
%52
%0
%44

Triadic Colors of #58458f

#58458f #8f5845 #458f58

Analogous Colors of #58458f

#58458f #7d458f #45578f

Monochromatic Colors of #58458f

#58458f

Complementary Color

#58458f #7c8f45

#58458f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58458f Color Preview on White Background

Lorem ipsum dolor sit amet.

#58458f Color CSS Codes

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

#58458f Text Font Color

<p style="color:#58458f">Text here</p>

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


#58458f Background Color

<div style="background-color:#58458f">
Div content here</div>

This div background color is #58458f


#58458f Border Color

<div style="border:3px solid #58458f">
Div here</div>

This div border color is #58458f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,69,143, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #58458f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #58458f;
  -webkit-box-shadow: 1px 1px 3px 2px #58458f;
  box-shadow:         1px 1px 3px 2px #58458f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58458f


Comments

No comments written yet.

Please login to write comment.