Color Hex Logo

#583399 Color Hex

#583399
(88,51,153)
0 Favorites   0 Comments

Color spaces of #583399

RGB 8851153
HSL0.730.500.40
HSV262°67°60°
CMYK 0.420.670.00   0.40
XYZ10.95816.742330.8608
Yxy6.74230.22570.1388
Hunter Lab25.965929.8899-52.2906
CIE-Lab31.212939.8485-49.9733

#583399 color RGB value is (88,51,153).

#583399 hex color red value is 88, green value is 51 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #583399 hue: 0.73 , saturation: 0.50 and the lightness value of 583399 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 01011000 00110011 10011001
Octal 130 63 231
Decimal 88 51 153
Hex 58 33 99

RGB Percentages of Color #583399

%30.14
%17.47
%52.40

CMYK Percentages of Color #583399

%42
%67
%0
%40

Triadic Colors of #583399

#583399 #995833 #339958

Analogous Colors of #583399

#583399 #8b3399 #334199

Monochromatic Colors of #583399

#583399

Complementary Color

#583399 #749933

#583399 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#583399 Color Preview on White Background

Lorem ipsum dolor sit amet.

#583399 Color CSS Codes

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

#583399 Text Font Color

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

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


#583399 Background Color

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

This div background color is #583399


#583399 Border Color

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

This div border color is #583399


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #583399


Comments

No comments written yet.

Please login to write comment.