Color Hex Logo

#581061 Color Hex

#581061
(88,16,97)
0 Favorites   0 Comments

Color spaces of #581061

RGB 881697
HSL0.810.720.22
HSV293°84°38°
CMYK 0.090.840.00   0.62
XYZ6.36753.308411.6122
Yxy3.30840.29910.1554
Hunter Lab18.189030.6575-25.1195
CIE-Lab21.238942.5578-30.6400

#581061 color RGB value is (88,16,97).

#581061 hex color red value is 88, green value is 16 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #581061 hue: 0.81 , saturation: 0.72 and the lightness value of 581061 is 0.22.

The process color (four color CMYK) of #581061 color hex is 0.09, 0.84, 0.00, 0.62. Web safe color of #581061 is #660066. Color #581061 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00010000 01100001
Octal 130 20 141
Decimal 88 16 97
Hex 58 10 61

RGB Percentages of Color #581061

%43.78
%7.96
%48.26

CMYK Percentages of Color #581061

%9
%84
%0
%62

Triadic Colors of #581061

#581061 #615810 #106158

Analogous Colors of #581061

#581061 #611042 #301061

Monochromatic Colors of #581061

#581061

Complementary Color

#581061 #196110

#581061 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#581061 Color Preview on White Background

Lorem ipsum dolor sit amet.

#581061 Color CSS Codes

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

#581061 Text Font Color

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

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


#581061 Background Color

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

This div background color is #581061


#581061 Border Color

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

This div border color is #581061


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #581061


Comments

No comments written yet.

Please login to write comment.