Color Hex Logo

#582448 Color Hex

#582448
(88,36,72)
0 Favorites   0 Comments

Color spaces of #582448

RGB 883672
HSL0.880.420.24
HSV318°59°35°
CMYK 0.000.590.18   0.65
XYZ5.82513.80436.5582
Yxy3.80430.35980.2350
Hunter Lab19.504619.1764-6.2823
CIE-Lab23.013628.9704-11.1331

#582448 color RGB value is (88,36,72).

#582448 hex color red value is 88, green value is 36 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #582448 hue: 0.88 , saturation: 0.42 and the lightness value of 582448 is 0.24.

The process color (four color CMYK) of #582448 color hex is 0.00, 0.59, 0.18, 0.65. Web safe color of #582448 is #663333. Color #582448 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00100100 01001000
Octal 130 44 110
Decimal 88 36 72
Hex 58 24 48

RGB Percentages of Color #582448

%44.90
%18.37
%36.73

CMYK Percentages of Color #582448

%0
%59
%18
%65

Triadic Colors of #582448

#582448 #485824 #244858

Analogous Colors of #582448

#582448 #58242e #4e2458

Monochromatic Colors of #582448

#582448

Complementary Color

#582448 #245834

#582448 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#582448 Color Preview on White Background

Lorem ipsum dolor sit amet.

#582448 Color CSS Codes

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

#582448 Text Font Color

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

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


#582448 Background Color

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

This div background color is #582448


#582448 Border Color

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

This div border color is #582448


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #582448


Comments

No comments written yet.

Please login to write comment.