Color Hex Logo

#583054 Color Hex

#583054
(88,48,84)
0 Favorites   0 Comments

Color spaces of #583054

RGB 884884
HSL0.850.290.27
HSV306°45°35°
CMYK 0.000.450.05   0.65
XYZ6.68174.82878.9674
Yxy4.82870.32630.2358
Hunter Lab21.974315.8213-8.8134
CIE-Lab26.241124.2836-14.1865

#583054 color RGB value is (88,48,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 00110000 01010100
Octal 130 60 124
Decimal 88 48 84
Hex 58 30 54

RGB Percentages of Color #583054

%40.00
%21.82
%38.18

CMYK Percentages of Color #583054

%0
%45
%5
%65

Triadic Colors of #583054

#583054 #545830 #305458

Analogous Colors of #583054

#583054 #583040 #483058

Monochromatic Colors of #583054

#583054

Complementary Color

#583054 #305834

#583054 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#583054 Color Preview on White Background

Lorem ipsum dolor sit amet.

#583054 Color CSS Codes

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

#583054 Text Font Color

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

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


#583054 Background Color

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

This div background color is #583054


#583054 Border Color

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

This div border color is #583054


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #583054


Comments

No comments written yet.

Please login to write comment.