Color Hex Logo

#89327d Color Hex

#89327D
(137,50,125)
0 Favorites   0 Comments

Color spaces of #89327d

RGB 13750125
HSL0.860.470.37
HSV308°64°54°
CMYK 0.000.640.09   0.46
XYZ15.15889.080220.3557
Yxy9.08020.33990.2036
Hunter Lab30.133437.0623-18.9582
CIE-Lab36.138346.4177-24.4659

#89327d color RGB value is (137,50,125).

#89327d hex color red value is 137, green value is 50 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #89327d hue: 0.86 , saturation: 0.47 and the lightness value of 89327d is 0.37.

The process color (four color CMYK) of #89327d color hex is 0.00, 0.64, 0.09, 0.46. Web safe color of #89327d is #993366. Color #89327d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00110010 01111101
Octal 211 62 175
Decimal 137 50 125
Hex 89 32 7D

RGB Percentages of Color #89327d

%43.91
%16.03
%40.06

CMYK Percentages of Color #89327d

%0
%64
%9
%46

Triadic Colors of #89327d

#89327d #7d8932 #327d89

Analogous Colors of #89327d

#89327d #893251 #6a3289

Monochromatic Colors of #89327d

#89327d

Complementary Color

#89327d #32893e

#89327d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89327d Color Preview on White Background

Lorem ipsum dolor sit amet.

#89327d Color CSS Codes

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

#89327d Text Font Color

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

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


#89327d Background Color

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

This div background color is #89327d


#89327d Border Color

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

This div border color is #89327d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,50,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #89327d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #89327d;
  -webkit-box-shadow: 1px 1px 3px 2px #89327d;
  box-shadow:         1px 1px 3px 2px #89327d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,50,125, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89327d


Comments

No comments written yet.

Please login to write comment.