Color Hex Logo

#580954 Color Hex

#580954
(88,9,84)
0 Favorites   0 Comments

Color spaces of #580954

RGB 88984
HSL0.840.810.19
HSV303°90°35°
CMYK 0.000.900.05   0.65
XYZ5.72242.91028.6476
Yxy2.91020.33120.1684
Hunter Lab17.059330.0225-18.1134
CIE-Lab19.680642.1714-24.4507

#580954 color RGB value is (88,9,84).

#580954 hex color red value is 88, green value is 9 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #580954 hue: 0.84 , saturation: 0.81 and the lightness value of 580954 is 0.19.

The process color (four color CMYK) of #580954 color hex is 0.00, 0.90, 0.05, 0.65. Web safe color of #580954 is #660066. Color #580954 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00001001 01010100
Octal 130 11 124
Decimal 88 9 84
Hex 58 9 54

RGB Percentages of Color #580954

%48.62
%4.97
%46.41

CMYK Percentages of Color #580954

%0
%90
%5
%65

Triadic Colors of #580954

#580954 #545809 #095458

Analogous Colors of #580954

#580954 #58092d #350958

Monochromatic Colors of #580954

#580954

Complementary Color

#580954 #09580d

#580954 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#580954 Color Preview on White Background

Lorem ipsum dolor sit amet.

#580954 Color CSS Codes

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

#580954 Text Font Color

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

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


#580954 Background Color

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

This div background color is #580954


#580954 Border Color

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

This div border color is #580954


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #580954


Comments

No comments written yet.

Please login to write comment.