Color Hex Logo

#58082b Color Hex

#58082B
(88,8,43)
0 Favorites   0 Comments

Color spaces of #58082b

RGB 88843
HSL0.930.830.19
HSV334°91°35°
CMYK 0.000.910.51   0.65
XYZ4.54742.42282.5135
Yxy2.42280.47950.2555
Hunter Lab15.565324.90921.3216
CIE-Lab17.565836.83440.9253

#58082b color RGB value is (88,8,43).

#58082b hex color red value is 88, green value is 8 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #58082b hue: 0.93 , saturation: 0.83 and the lightness value of 58082b is 0.19.

The process color (four color CMYK) of #58082b color hex is 0.00, 0.91, 0.51, 0.65. Web safe color of #58082b is #660033. Color #58082b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00001000 00101011
Octal 130 10 53
Decimal 88 8 43
Hex 58 8 2B

RGB Percentages of Color #58082b

%63.31
%5.76
%30.94

CMYK Percentages of Color #58082b

%0
%91
%51
%65

Triadic Colors of #58082b

#58082b #2b5808 #082b58

Analogous Colors of #58082b

#58082b #580d08 #580853

Monochromatic Colors of #58082b

#58082b

Complementary Color

#58082b #085835

#58082b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#58082b Color Preview on White Background

Lorem ipsum dolor sit amet.

#58082b Color CSS Codes

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

#58082b Text Font Color

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

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


#58082b Background Color

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

This div background color is #58082b


#58082b Border Color

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

This div border color is #58082b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #58082b


Comments

No comments written yet.

Please login to write comment.