Color Hex Logo

#85527f Color Hex

#85527F
(133,82,127)
0 Favorites   0 Comments

Color spaces of #85527f

RGB 13382127
HSL0.850.240.42
HSV307°38°52°
CMYK 0.000.380.05   0.48
XYZ16.520912.553421.6310
Yxy12.55340.32580.2476
Hunter Lab35.430821.2283-11.3959
CIE-Lab42.082528.6858-16.5573

#85527f color RGB value is (133,82,127).

#85527f hex color red value is 133, green value is 82 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #85527f hue: 0.85 , saturation: 0.24 and the lightness value of 85527f is 0.42.

The process color (four color CMYK) of #85527f color hex is 0.00, 0.38, 0.05, 0.48. Web safe color of #85527f is #996666. Color #85527f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 01010010 01111111
Octal 205 122 177
Decimal 133 82 127
Hex 85 52 7F

RGB Percentages of Color #85527f

%38.89
%23.98
%37.13

CMYK Percentages of Color #85527f

%0
%38
%5
%48

Triadic Colors of #85527f

#85527f #7f8552 #527f85

Analogous Colors of #85527f

#85527f #855266 #725285

Monochromatic Colors of #85527f

#85527f

Complementary Color

#85527f #528558

#85527f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85527f Color Preview on White Background

Lorem ipsum dolor sit amet.

#85527f Color CSS Codes

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

#85527f Text Font Color

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

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


#85527f Background Color

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

This div background color is #85527f


#85527f Border Color

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

This div border color is #85527f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85527f


Comments

No comments written yet.

Please login to write comment.