Color Hex Logo

#58044b Color Hex

#58044B
(88,4,75)
0 Favorites   0 Comments

Color spaces of #58044b

RGB 88475
HSL0.860.910.18
HSV309°95°35°
CMYK 0.000.950.15   0.65
XYZ5.33792.66956.8905
Yxy2.66950.35830.1792
Hunter Lab16.338629.7242-13.5674
CIE-Lab18.668542.0428-19.9271

#58044b color RGB value is (88,4,75).

#58044b hex color red value is 88, green value is 4 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #58044b hue: 0.86 , saturation: 0.91 and the lightness value of 58044b is 0.18.

The process color (four color CMYK) of #58044b color hex is 0.00, 0.95, 0.15, 0.65. Web safe color of #58044b is #660033. Color #58044b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00000100 01001011
Octal 130 4 113
Decimal 88 4 75
Hex 58 4 4B

RGB Percentages of Color #58044b

%52.69
%2.40
%44.91

CMYK Percentages of Color #58044b

%0
%95
%15
%65

Triadic Colors of #58044b

#58044b #4b5804 #044b58

Analogous Colors of #58044b

#58044b #580421 #3b0458

Monochromatic Colors of #58044b

#58044b

Complementary Color

#58044b #045811

#58044b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58044b Color Preview on White Background

Lorem ipsum dolor sit amet.

#58044b Color CSS Codes

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

#58044b Text Font Color

<p style="color:#58044b">Text here</p>

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


#58044b Background Color

<div style="background-color:#58044b">
Div content here</div>

This div background color is #58044b


#58044b Border Color

<div style="border:3px solid #58044b">
Div here</div>

This div border color is #58044b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,4,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #58044b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #58044b;
  -webkit-box-shadow: 1px 1px 3px 2px #58044b;
  box-shadow:         1px 1px 3px 2px #58044b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58044b


Comments

No comments written yet.

Please login to write comment.