Color Hex Logo

#581351 Color Hex

#581351
(88,19,81)
0 Favorites   0 Comments

Color spaces of #581351

RGB 881981
HSL0.850.640.21
HSV306°78°35°
CMYK 0.000.780.08   0.65
XYZ5.74263.13458.0869
Yxy3.13450.33850.1848
Hunter Lab17.704526.9150-14.6888
CIE-Lab20.574738.5479-21.0095

#581351 color RGB value is (88,19,81).

#581351 hex color red value is 88, green value is 19 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #581351 hue: 0.85 , saturation: 0.64 and the lightness value of 581351 is 0.21.

The process color (four color CMYK) of #581351 color hex is 0.00, 0.78, 0.08, 0.65. Web safe color of #581351 is #660066. Color #581351 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00010011 01010001
Octal 130 23 121
Decimal 88 19 81
Hex 58 13 51

RGB Percentages of Color #581351

%46.81
%10.11
%43.09

CMYK Percentages of Color #581351

%0
%78
%8
%65

Triadic Colors of #581351

#581351 #515813 #135158

Analogous Colors of #581351

#581351 #58132f #3d1358

Monochromatic Colors of #581351

#581351

Complementary Color

#581351 #13581a

#581351 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#581351 Color Preview on White Background

Lorem ipsum dolor sit amet.

#581351 Color CSS Codes

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

#581351 Text Font Color

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

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


#581351 Background Color

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

This div background color is #581351


#581351 Border Color

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

This div border color is #581351


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #581351


Comments

No comments written yet.

Please login to write comment.