Color Hex Logo

#582328 Color Hex

#582328
(88,35,40)
0 Favorites   0 Comments

Color spaces of #582328

RGB 883540
HSL0.980.430.24
HSV354°60°35°
CMYK 0.000.600.55   0.65
XYZ5.00853.43002.4056
Yxy3.43000.46190.3163
Hunter Lab18.520315.86195.2630
CIE-Lab21.689724.99778.8622

#582328 color RGB value is (88,35,40).

#582328 hex color red value is 88, green value is 35 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #582328 hue: 0.98 , saturation: 0.43 and the lightness value of 582328 is 0.24.

The process color (four color CMYK) of #582328 color hex is 0.00, 0.60, 0.55, 0.65. Web safe color of #582328 is #663333. Color #582328 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00100011 00101000
Octal 130 43 50
Decimal 88 35 40
Hex 58 23 28

RGB Percentages of Color #582328

%53.99
%21.47
%24.54

CMYK Percentages of Color #582328

%0
%60
%55
%65

Triadic Colors of #582328

#582328 #285823 #232858

Analogous Colors of #582328

#582328 #583923 #582343

Monochromatic Colors of #582328

#582328

Complementary Color

#582328 #235853

#582328 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#582328 Color Preview on White Background

Lorem ipsum dolor sit amet.

#582328 Color CSS Codes

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

#582328 Text Font Color

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

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


#582328 Background Color

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

This div background color is #582328


#582328 Border Color

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

This div border color is #582328


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #582328


Comments

No comments written yet.

Please login to write comment.