Color Hex Logo

#580135 Color Hex

#580135
(88,1,53)
0 Favorites   0 Comments

Color spaces of #580135

RGB 88153
HSL0.900.980.17
HSV324°99°35°
CMYK 0.000.990.40   0.65
XYZ4.67802.35353.5759
Yxy2.35350.44100.2219
Hunter Lab15.341127.5834-3.0813
CIE-Lab17.242739.9485-6.7330

#580135 color RGB value is (88,1,53).

#580135 hex color red value is 88, green value is 1 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #580135 hue: 0.90 , saturation: 0.98 and the lightness value of 580135 is 0.17.

The process color (four color CMYK) of #580135 color hex is 0.00, 0.99, 0.40, 0.65. Web safe color of #580135 is #660033. Color #580135 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00000001 00110101
Octal 130 1 65
Decimal 88 1 53
Hex 58 1 35

RGB Percentages of Color #580135

%61.97
%0.70
%37.32

CMYK Percentages of Color #580135

%0
%99
%40
%65

Triadic Colors of #580135

#580135 #355801 #013558

Analogous Colors of #580135

#580135 #580109 #500158

Monochromatic Colors of #580135

#580135

Complementary Color

#580135 #015824

#580135 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#580135 Color Preview on White Background

Lorem ipsum dolor sit amet.

#580135 Color CSS Codes

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

#580135 Text Font Color

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

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


#580135 Background Color

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

This div background color is #580135


#580135 Border Color

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

This div border color is #580135


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #580135


Comments

No comments written yet.

Please login to write comment.