Color Hex Logo

#85507f Color Hex

#85507F
(133,80,127)
0 Favorites   0 Comments

Color spaces of #85507f

RGB 13380127
HSL0.850.250.42
HSV307°40°52°
CMYK 0.000.400.05   0.48
XYZ16.372312.256221.5814
Yxy12.25620.32610.2441
Hunter Lab35.008922.2121-12.0434
CIE-Lab41.620429.8381-17.2646

#85507f color RGB value is (133,80,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 01010000 01111111
Octal 205 120 177
Decimal 133 80 127
Hex 85 50 7F

RGB Percentages of Color #85507f

%39.12
%23.53
%37.35

CMYK Percentages of Color #85507f

%0
%40
%5
%48

Triadic Colors of #85507f

#85507f #7f8550 #507f85

Analogous Colors of #85507f

#85507f #855065 #715085

Monochromatic Colors of #85507f

#85507f

Complementary Color

#85507f #508556

#85507f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#85507f Color Preview on White Background

Lorem ipsum dolor sit amet.

#85507f Color CSS Codes

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

#85507f Text Font Color

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

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


#85507f Background Color

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

This div background color is #85507f


#85507f Border Color

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

This div border color is #85507f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,80,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 #85507f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #85507f


Comments

No comments written yet.

Please login to write comment.