Color Hex Logo

#58438f Color Hex

#58438F
(88,67,143)
0 Favorites   0 Comments

Color spaces of #58438f

RGB 8867143
HSL0.710.360.41
HSV257°53°56°
CMYK 0.380.530.00   0.44
XYZ10.98968.072226.9655
Yxy8.07220.23880.1754
Hunter Lab28.411619.3234-36.3841
CIE-Lab34.132827.4957-39.1612

#58438f color RGB value is (88,67,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 01000011 10001111
Octal 130 103 217
Decimal 88 67 143
Hex 58 43 8F

RGB Percentages of Color #58438f

%29.53
%22.48
%47.99

CMYK Percentages of Color #58438f

%38
%53
%0
%44

Triadic Colors of #58438f

#58438f #8f5843 #438f58

Analogous Colors of #58438f

#58438f #7e438f #43548f

Monochromatic Colors of #58438f

#58438f

Complementary Color

#58438f #7a8f43

#58438f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58438f Color Preview on White Background

Lorem ipsum dolor sit amet.

#58438f Color CSS Codes

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

#58438f Text Font Color

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

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


#58438f Background Color

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

This div background color is #58438f


#58438f Border Color

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

This div border color is #58438f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,67,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 #58438f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58438f


Comments

No comments written yet.

Please login to write comment.