Color Hex Logo

#583195 Color Hex

#583195
(88,49,149)
0 Favorites   0 Comments

Color spaces of #583195

RGB 8849149
HSL0.730.510.39
HSV263°67°58°
CMYK 0.410.670.00   0.42
XYZ10.54766.441329.1211
Yxy6.44130.22870.1397
Hunter Lab25.379729.7686-50.2645
CIE-Lab30.499639.8456-48.6866

#583195 color RGB value is (88,49,149).

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

The process color (four color CMYK) of #583195 color hex is 0.41, 0.67, 0.00, 0.42. Web safe color of #583195 is #663399. Color #583195 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00110001 10010101
Octal 130 61 225
Decimal 88 49 149
Hex 58 31 95

RGB Percentages of Color #583195

%30.77
%17.13
%52.10

CMYK Percentages of Color #583195

%41
%67
%0
%42

Triadic Colors of #583195

#583195 #955831 #319558

Analogous Colors of #583195

#583195 #8a3195 #313c95

Monochromatic Colors of #583195

#583195

Complementary Color

#583195 #6e9531

#583195 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#583195 Color Preview on White Background

Lorem ipsum dolor sit amet.

#583195 Color CSS Codes

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

#583195 Text Font Color

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

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


#583195 Background Color

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

This div background color is #583195


#583195 Border Color

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

This div border color is #583195


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(88,49,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 #583195">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #583195


Comments

No comments written yet.

Please login to write comment.