Color Hex Logo

#583096 Color Hex

#583096
(88,48,150)
0 Favorites   0 Comments

Color spaces of #583096

RGB 8848150
HSL0.730.520.39
HSV264°68°59°
CMYK 0.410.680.00   0.41
XYZ10.58656.390629.5297
Yxy6.39060.22760.1374
Hunter Lab25.279630.5121-51.5622
CIE-Lab30.377340.6679-49.4974

#583096 color RGB value is (88,48,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 00110000 10010110
Octal 130 60 226
Decimal 88 48 150
Hex 58 30 96

RGB Percentages of Color #583096

%30.77
%16.78
%52.45

CMYK Percentages of Color #583096

%41
%68
%0
%41

Triadic Colors of #583096

#583096 #965830 #309658

Analogous Colors of #583096

#583096 #8b3096 #303b96

Monochromatic Colors of #583096

#583096

Complementary Color

#583096 #6e9630

#583096 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#583096 Color Preview on White Background

Lorem ipsum dolor sit amet.

#583096 Color CSS Codes

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

#583096 Text Font Color

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

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


#583096 Background Color

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

This div background color is #583096


#583096 Border Color

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

This div border color is #583096


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #583096


Comments

No comments written yet.

Please login to write comment.