Color Hex Logo

#581968 Color Hex

#581968
(88,25,104)
0 Favorites   0 Comments

Color spaces of #581968

RGB 8825104
HSL0.800.610.25
HSV288°76°41°
CMYK 0.150.760.00   0.59
XYZ6.87083.769413.4621
Yxy3.76940.28510.1564
Hunter Lab19.414929.1936-27.5206
CIE-Lab22.894040.6394-32.5770

#581968 color RGB value is (88,25,104).

#581968 hex color red value is 88, green value is 25 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #581968 hue: 0.80 , saturation: 0.61 and the lightness value of 581968 is 0.25.

The process color (four color CMYK) of #581968 color hex is 0.15, 0.76, 0.00, 0.59. Web safe color of #581968 is #660066. Color #581968 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00011001 01101000
Octal 130 31 150
Decimal 88 25 104
Hex 58 19 68

RGB Percentages of Color #581968

%40.55
%11.52
%47.93

CMYK Percentages of Color #581968

%15
%76
%0
%59

Triadic Colors of #581968

#581968 #685819 #196858

Analogous Colors of #581968

#581968 #681950 #311968

Monochromatic Colors of #581968

#581968

Complementary Color

#581968 #296819

#581968 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#581968 Color Preview on White Background

Lorem ipsum dolor sit amet.

#581968 Color CSS Codes

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

#581968 Text Font Color

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

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


#581968 Background Color

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

This div background color is #581968


#581968 Border Color

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

This div border color is #581968


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #581968


Comments

No comments written yet.

Please login to write comment.