Color Hex Logo

#583168 Color Hex

#583168
(88,49,104)
0 Favorites   0 Comments

Color spaces of #583168

RGB 8849104
HSL0.780.360.30
HSV283°53°41°
CMYK 0.150.530.00   0.59
XYZ7.62155.270813.7124
Yxy5.27080.28650.1981
Hunter Lab22.958219.0802-19.3417
CIE-Lab27.492728.1422-25.2618

#583168 color RGB value is (88,49,104).

#583168 hex color red value is 88, green value is 49 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #583168 hue: 0.78 , saturation: 0.36 and the lightness value of 583168 is 0.30.

The process color (four color CMYK) of #583168 color hex is 0.15, 0.53, 0.00, 0.59. Web safe color of #583168 is #663366. Color #583168 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00110001 01101000
Octal 130 61 150
Decimal 88 49 104
Hex 58 31 68

RGB Percentages of Color #583168

%36.51
%20.33
%43.15

CMYK Percentages of Color #583168

%15
%53
%0
%59

Triadic Colors of #583168

#583168 #685831 #316858

Analogous Colors of #583168

#583168 #68315d #3c3168

Monochromatic Colors of #583168

#583168

Complementary Color

#583168 #416831

#583168 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#583168 Color Preview on White Background

Lorem ipsum dolor sit amet.

#583168 Color CSS Codes

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

#583168 Text Font Color

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

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


#583168 Background Color

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

This div background color is #583168


#583168 Border Color

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

This div border color is #583168


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #583168


Comments

No comments written yet.

Please login to write comment.