Color Hex Logo

#58446d Color Hex

#58446D
(88,68,109)
0 Favorites   0 Comments

Color spaces of #58446d

RGB 8868109
HSL0.750.230.35
HSV269°38°43°
CMYK 0.190.380.00   0.57
XYZ8.85197.313115.4130
Yxy7.31310.28030.2316
Hunter Lab27.042711.1036-14.8624
CIE-Lab32.509317.5478-20.5964

#58446d color RGB value is (88,68,109).

#58446d hex color red value is 88, green value is 68 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #58446d hue: 0.75 , saturation: 0.23 and the lightness value of 58446d is 0.35.

The process color (four color CMYK) of #58446d color hex is 0.19, 0.38, 0.00, 0.57. Web safe color of #58446d is #663366. Color #58446d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01000100 01101101
Octal 130 104 155
Decimal 88 68 109
Hex 58 44 6D

RGB Percentages of Color #58446d

%33.21
%25.66
%41.13

CMYK Percentages of Color #58446d

%19
%38
%0
%57

Triadic Colors of #58446d

#58446d #6d5844 #446d58

Analogous Colors of #58446d

#58446d #6d446d #44456d

Monochromatic Colors of #58446d

#58446d

Complementary Color

#58446d #596d44

#58446d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58446d Color Preview on White Background

Lorem ipsum dolor sit amet.

#58446d Color CSS Codes

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

#58446d Text Font Color

<p style="color:#58446d">Text here</p>

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


#58446d Background Color

<div style="background-color:#58446d">
Div content here</div>

This div background color is #58446d


#58446d Border Color

<div style="border:3px solid #58446d">
Div here</div>

This div border color is #58446d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,68,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #58446d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #58446d;
  -webkit-box-shadow: 1px 1px 3px 2px #58446d;
  box-shadow:         1px 1px 3px 2px #58446d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58446d


Comments

No comments written yet.

Please login to write comment.