Color Hex Logo

#583052 Color Hex

#583052
(88,48,82)
0 Favorites   0 Comments

Color spaces of #583052

RGB 884882
HSL0.860.290.27
HSV309°45°35°
CMYK 0.000.450.07   0.65
XYZ6.60444.79788.5606
Yxy4.79780.33080.2403
Hunter Lab21.903915.4891-7.8393
CIE-Lab26.150823.8740-13.0060

#583052 color RGB value is (88,48,82).

#583052 hex color red value is 88, green value is 48 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #583052 hue: 0.86 , saturation: 0.29 and the lightness value of 583052 is 0.27.

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 00110000 01010010
Octal 130 60 122
Decimal 88 48 82
Hex 58 30 52

RGB Percentages of Color #583052

%40.37
%22.02
%37.61

CMYK Percentages of Color #583052

%0
%45
%7
%65

Triadic Colors of #583052

#583052 #525830 #305258

Analogous Colors of #583052

#583052 #58303e #4a3058

Monochromatic Colors of #583052

#583052

Complementary Color

#583052 #305836

#583052 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#583052 Color Preview on White Background

Lorem ipsum dolor sit amet.

#583052 Color CSS Codes

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

#583052 Text Font Color

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

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


#583052 Background Color

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

This div background color is #583052


#583052 Border Color

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

This div border color is #583052


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,48,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 #583052">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #583052


Comments

No comments written yet.

Please login to write comment.