Color Hex Logo

#583469 Color Hex

#583469
(88,52,105)
0 Favorites   0 Comments

Color spaces of #583469

RGB 8852105
HSL0.780.340.31
HSV281°50°41°
CMYK 0.160.500.00   0.59
XYZ7.80235.550614.0247
Yxy5.55060.28500.2027
Hunter Lab23.559717.8846-18.8025
CIE-Lab28.249126.5735-24.7130

#583469 color RGB value is (88,52,105).

#583469 hex color red value is 88, green value is 52 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #583469 hue: 0.78 , saturation: 0.34 and the lightness value of 583469 is 0.31.

The process color (four color CMYK) of #583469 color hex is 0.16, 0.50, 0.00, 0.59. Web safe color of #583469 is #663366. Color #583469 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00110100 01101001
Octal 130 64 151
Decimal 88 52 105
Hex 58 34 69

RGB Percentages of Color #583469

%35.92
%21.22
%42.86

CMYK Percentages of Color #583469

%16
%50
%0
%59

Triadic Colors of #583469

#583469 #695834 #346958

Analogous Colors of #583469

#583469 #693460 #3e3469

Monochromatic Colors of #583469

#583469

Complementary Color

#583469 #456934

#583469 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#583469 Color Preview on White Background

Lorem ipsum dolor sit amet.

#583469 Color CSS Codes

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

#583469 Text Font Color

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

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


#583469 Background Color

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

This div background color is #583469


#583469 Border Color

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

This div border color is #583469


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #583469


Comments

No comments written yet.

Please login to write comment.