Color Hex Logo

#580a25 Color Hex

#580A25
(88,10,37)
0 Favorites   0 Comments

Color spaces of #580a25

RGB 881037
HSL0.940.800.19
HSV339°89°35°
CMYK 0.000.890.58   0.65
XYZ4.46702.42541.9830
Yxy2.42540.50330.2733
Hunter Lab15.573723.94523.3522
CIE-Lab17.577835.70655.2728

#580a25 color RGB value is (88,10,37).

#580a25 hex color red value is 88, green value is 10 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #580a25 hue: 0.94 , saturation: 0.80 and the lightness value of 580a25 is 0.19.

The process color (four color CMYK) of #580a25 color hex is 0.00, 0.89, 0.58, 0.65. Web safe color of #580a25 is #660033. Color #580a25 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00001010 00100101
Octal 130 12 45
Decimal 88 10 37
Hex 58 A 25

RGB Percentages of Color #580a25

%65.19
%7.41
%27.41

CMYK Percentages of Color #580a25

%0
%89
%58
%65

Triadic Colors of #580a25

#580a25 #25580a #0a2558

Analogous Colors of #580a25

#580a25 #58160a #580a4c

Monochromatic Colors of #580a25

#580a25

Complementary Color

#580a25 #0a583d

#580a25 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#580a25 Color Preview on White Background

Lorem ipsum dolor sit amet.

#580a25 Color CSS Codes

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

#580a25 Text Font Color

<p style="color:#580a25">Text here</p>

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


#580a25 Background Color

<div style="background-color:#580a25">
Div content here</div>

This div background color is #580a25


#580a25 Border Color

<div style="border:3px solid #580a25">
Div here</div>

This div border color is #580a25


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(88,10,37, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #580a25; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #580a25;
  -webkit-box-shadow: 1px 1px 3px 2px #580a25;
  box-shadow:         1px 1px 3px 2px #580a25; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #580a25


Comments

No comments written yet.

Please login to write comment.