Color Hex Logo

#585085 Color Hex

#585085
(88,80,133)
0 Favorites   0 Comments

Color spaces of #585085

RGB 8880133
HSL0.690.250.42
HSV249°40°52°
CMYK 0.340.400.00   0.48
XYZ11.12689.505523.4386
Yxy9.50550.25250.2157
Hunter Lab30.831010.4658-23.4923
CIE-Lab36.939916.4057-28.5879

#585085 color RGB value is (88,80,133).

#585085 hex color red value is 88, green value is 80 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #585085 hue: 0.69 , saturation: 0.25 and the lightness value of 585085 is 0.42.

The process color (four color CMYK) of #585085 color hex is 0.34, 0.40, 0.00, 0.48. Web safe color of #585085 is #666699. Color #585085 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011000 01010000 10000101
Octal 130 120 205
Decimal 88 80 133
Hex 58 50 85

RGB Percentages of Color #585085

%29.24
%26.58
%44.19

CMYK Percentages of Color #585085

%34
%40
%0
%48

Triadic Colors of #585085

#585085 #855850 #508558

Analogous Colors of #585085

#585085 #735085 #506285

Monochromatic Colors of #585085

#585085

Complementary Color

#585085 #7d8550

#585085 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#585085 Color Preview on White Background

Lorem ipsum dolor sit amet.

#585085 Color CSS Codes

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

#585085 Text Font Color

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

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


#585085 Background Color

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

This div background color is #585085


#585085 Border Color

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

This div border color is #585085


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #585085


Comments

No comments written yet.

Please login to write comment.