Color Hex Logo

#582030 Color Hex

#582030
(88,32,48)
0 Favorites   0 Comments

Color spaces of #582030

RGB 883248
HSL0.950.470.24
HSV343°64°35°
CMYK 0.000.640.45   0.65
XYZ5.07453.32113.1699
Yxy3.32110.43880.2872
Hunter Lab18.223917.81212.4437
CIE-Lab21.286527.55532.7611

#582030 color RGB value is (88,32,48).

#582030 hex color red value is 88, green value is 32 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #582030 hue: 0.95 , saturation: 0.47 and the lightness value of 582030 is 0.24.

The process color (four color CMYK) of #582030 color hex is 0.00, 0.64, 0.45, 0.65. Web safe color of #582030 is #663333. Color #582030 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00100000 00110000
Octal 130 40 60
Decimal 88 32 48
Hex 58 20 30

RGB Percentages of Color #582030

%52.38
%19.05
%28.57

CMYK Percentages of Color #582030

%0
%64
%45
%65

Triadic Colors of #582030

#582030 #305820 #203058

Analogous Colors of #582030

#582030 #582c20 #58204c

Monochromatic Colors of #582030

#582030

Complementary Color

#582030 #205848

#582030 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#582030 Color Preview on White Background

Lorem ipsum dolor sit amet.

#582030 Color CSS Codes

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

#582030 Text Font Color

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

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


#582030 Background Color

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

This div background color is #582030


#582030 Border Color

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

This div border color is #582030


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #582030


Comments

No comments written yet.

Please login to write comment.