Color Hex Logo

#85558f Color Hex

#85558F
(133,85,143)
0 Favorites   0 Comments

Color spaces of #85558f

RGB 13385143
HSL0.800.250.45
HSV290°41°56°
CMYK 0.070.410.00   0.44
XYZ17.879313.466727.6436
Yxy13.46670.30310.2283
Hunter Lab36.697022.7480-18.9748
CIE-Lab43.458230.2033-24.1270

#85558f color RGB value is (133,85,143).

#85558f hex color red value is 133, green value is 85 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #85558f hue: 0.80 , saturation: 0.25 and the lightness value of 85558f is 0.45.

The process color (four color CMYK) of #85558f color hex is 0.07, 0.41, 0.00, 0.44. Web safe color of #85558f is #996699. Color #85558f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01010101 10001111
Octal 205 125 217
Decimal 133 85 143
Hex 85 55 8F

RGB Percentages of Color #85558f

%36.84
%23.55
%39.61

CMYK Percentages of Color #85558f

%7
%41
%0
%44

Triadic Colors of #85558f

#85558f #8f8555 #558f85

Analogous Colors of #85558f

#85558f #8f557c #68558f

Monochromatic Colors of #85558f

#85558f

Complementary Color

#85558f #5f8f55

#85558f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85558f Color Preview on White Background

Lorem ipsum dolor sit amet.

#85558f Color CSS Codes

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

#85558f Text Font Color

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

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


#85558f Background Color

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

This div background color is #85558f


#85558f Border Color

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

This div border color is #85558f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,85,143, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #85558f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #85558f;
  -webkit-box-shadow: 1px 1px 3px 2px #85558f;
  box-shadow:         1px 1px 3px 2px #85558f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85558f


Comments

No comments written yet.

Please login to write comment.