Color Hex Logo

#58064b Color Hex

#58064B
(88,6,75)
0 Favorites   0 Comments

Color spaces of #58064b

RGB 88675
HSL0.860.870.18
HSV310°93°35°
CMYK 0.000.930.15   0.65
XYZ5.35962.71306.8978
Yxy2.71300.35800.1812
Hunter Lab16.471229.2580-13.2996
CIE-Lab18.855841.4946-19.6323

#58064b color RGB value is (88,6,75).

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

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

Base Numbers

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

RGB Percentages of Color #58064b

%52.07
%3.55
%44.38

CMYK Percentages of Color #58064b

%0
%93
%15
%65

Triadic Colors of #58064b

#58064b #4b5806 #064b58

Analogous Colors of #58064b

#58064b #580622 #3c0658

Monochromatic Colors of #58064b

#58064b

Complementary Color

#58064b #065813

#58064b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58064b Color Preview on White Background

Lorem ipsum dolor sit amet.

#58064b Color CSS Codes

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

#58064b Text Font Color

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

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


#58064b Background Color

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

This div background color is #58064b


#58064b Border Color

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

This div border color is #58064b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58064b


Comments

No comments written yet.

Please login to write comment.