Color Hex Logo

#89527f Color Hex

#89527F
(137,82,127)
0 Favorites   0 Comments

Color spaces of #89527f

RGB 13782127
HSL0.860.250.43
HSV311°40°54°
CMYK 0.000.400.07   0.46
XYZ17.164612.885321.6611
Yxy12.88530.33190.2492
Hunter Lab35.896122.5360-10.6506
CIE-Lab42.589930.0765-15.7365

#89527f color RGB value is (137,82,127).

#89527f hex color red value is 137, green value is 82 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #89527f hue: 0.86 , saturation: 0.25 and the lightness value of 89527f is 0.43.

The process color (four color CMYK) of #89527f color hex is 0.00, 0.40, 0.07, 0.46. Web safe color of #89527f is #996666. Color #89527f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01010010 01111111
Octal 211 122 177
Decimal 137 82 127
Hex 89 52 7F

RGB Percentages of Color #89527f

%39.60
%23.70
%36.71

CMYK Percentages of Color #89527f

%0
%40
%7
%46

Triadic Colors of #89527f

#89527f #7f8952 #527f89

Analogous Colors of #89527f

#89527f #895264 #785289

Monochromatic Colors of #89527f

#89527f

Complementary Color

#89527f #52895c

#89527f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89527f Color Preview on White Background

Lorem ipsum dolor sit amet.

#89527f Color CSS Codes

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

#89527f Text Font Color

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

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


#89527f Background Color

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

This div background color is #89527f


#89527f Border Color

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

This div border color is #89527f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89527f


Comments

No comments written yet.

Please login to write comment.