Color Hex Logo

#581795 Color Hex

#581795
(88,23,149)
0 Favorites   0 Comments

Color spaces of #581795

RGB 8823149
HSL0.750.730.34
HSV271°85°58°
CMYK 0.410.850.00   0.42
XYZ9.75574.857428.8572
Yxy4.85740.22440.1117
Hunter Lab22.039540.4432-62.2031
CIE-Lab26.324651.6711-55.4945

#581795 color RGB value is (88,23,149).

#581795 hex color red value is 88, green value is 23 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #581795 hue: 0.75 , saturation: 0.73 and the lightness value of 581795 is 0.34.

The process color (four color CMYK) of #581795 color hex is 0.41, 0.85, 0.00, 0.42. Web safe color of #581795 is #660099. Color #581795 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00010111 10010101
Octal 130 27 225
Decimal 88 23 149
Hex 58 17 95

RGB Percentages of Color #581795

%33.85
%8.85
%57.31

CMYK Percentages of Color #581795

%41
%85
%0
%42

Triadic Colors of #581795

#581795 #955817 #179558

Analogous Colors of #581795

#581795 #951793 #191795

Monochromatic Colors of #581795

#581795

Complementary Color

#581795 #549517

#581795 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#581795 Color Preview on White Background

Lorem ipsum dolor sit amet.

#581795 Color CSS Codes

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

#581795 Text Font Color

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

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


#581795 Background Color

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

This div background color is #581795


#581795 Border Color

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

This div border color is #581795


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #581795


Comments

No comments written yet.

Please login to write comment.