Color Hex Logo

#581050 Color Hex

#581050
(88,16,80)
0 Favorites   0 Comments

Color spaces of #581050

RGB 881680
HSL0.850.690.20
HSV307°82°35°
CMYK 0.000.820.09   0.65
XYZ5.65783.02457.8750
Yxy3.02450.34170.1827
Hunter Lab17.391127.6366-14.6738
CIE-Lab20.141839.4435-21.0151

#581050 color RGB value is (88,16,80).

#581050 hex color red value is 88, green value is 16 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #581050 hue: 0.85 , saturation: 0.69 and the lightness value of 581050 is 0.20.

The process color (four color CMYK) of #581050 color hex is 0.00, 0.82, 0.09, 0.65. Web safe color of #581050 is #660066. Color #581050 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00010000 01010000
Octal 130 20 120
Decimal 88 16 80
Hex 58 10 50

RGB Percentages of Color #581050

%47.83
%8.70
%43.48

CMYK Percentages of Color #581050

%0
%82
%9
%65

Triadic Colors of #581050

#581050 #505810 #105058

Analogous Colors of #581050

#581050 #58102c #3c1058

Monochromatic Colors of #581050

#581050

Complementary Color

#581050 #105818

#581050 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#581050 Color Preview on White Background

Lorem ipsum dolor sit amet.

#581050 Color CSS Codes

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

#581050 Text Font Color

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

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


#581050 Background Color

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

This div background color is #581050


#581050 Border Color

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

This div border color is #581050


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #581050


Comments

No comments written yet.

Please login to write comment.