Color Hex Logo

#583270 Color Hex

#583270
(88,50,112)
0 Favorites   0 Comments

Color spaces of #583270

RGB 8850112
HSL0.770.380.32
HSV277°55°44°
CMYK 0.210.550.00   0.56
XYZ8.08975.525815.9694
Yxy5.52580.27340.1868
Hunter Lab23.507020.2917-23.8235
CIE-Lab28.183129.4941-29.2948

#583270 color RGB value is (88,50,112).

#583270 hex color red value is 88, green value is 50 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #583270 hue: 0.77 , saturation: 0.38 and the lightness value of 583270 is 0.32.

The process color (four color CMYK) of #583270 color hex is 0.21, 0.55, 0.00, 0.56. Web safe color of #583270 is #663366. Color #583270 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 00110010 01110000
Octal 130 62 160
Decimal 88 50 112
Hex 58 32 70

RGB Percentages of Color #583270

%35.20
%20.00
%44.80

CMYK Percentages of Color #583270

%21
%55
%0
%56

Triadic Colors of #583270

#583270 #705832 #327058

Analogous Colors of #583270

#583270 #703269 #393270

Monochromatic Colors of #583270

#583270

Complementary Color

#583270 #4a7032

#583270 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#583270 Color Preview on White Background

Lorem ipsum dolor sit amet.

#583270 Color CSS Codes

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

#583270 Text Font Color

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

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


#583270 Background Color

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

This div background color is #583270


#583270 Border Color

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

This div border color is #583270


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #583270


Comments

No comments written yet.

Please login to write comment.