Color Hex Logo

#582452 Color Hex

#582452
(88,36,82)
0 Favorites   0 Comments

Color spaces of #582452

RGB 883682
HSL0.850.420.24
HSV307°59°35°
CMYK 0.000.590.07   0.65
XYZ6.17843.94578.4186
Yxy3.94570.33320.2128
Hunter Lab19.863820.7587-11.2234
CIE-Lab23.491130.8197-17.1152

#582452 color RGB value is (88,36,82).

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

The process color (four color CMYK) of #582452 color hex is 0.00, 0.59, 0.07, 0.65. Web safe color of #582452 is #663366. Color #582452 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00100100 01010010
Octal 130 44 122
Decimal 88 36 82
Hex 58 24 52

RGB Percentages of Color #582452

%42.72
%17.48
%39.81

CMYK Percentages of Color #582452

%0
%59
%7
%65

Triadic Colors of #582452

#582452 #525824 #245258

Analogous Colors of #582452

#582452 #582438 #442458

Monochromatic Colors of #582452

#582452

Complementary Color

#582452 #24582a

#582452 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#582452 Color Preview on White Background

Lorem ipsum dolor sit amet.

#582452 Color CSS Codes

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

#582452 Text Font Color

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

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


#582452 Background Color

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

This div background color is #582452


#582452 Border Color

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

This div border color is #582452


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #582452


Comments

No comments written yet.

Please login to write comment.