Color Hex Logo

#89227e Color Hex

#89227E
(137,34,126)
0 Favorites   0 Comments

Color spaces of #89227e

RGB 13734126
HSL0.850.600.34
HSV306°75°54°
CMYK 0.000.750.08   0.46
XYZ14.65457.968820.5044
Yxy7.96880.33980.1848
Hunter Lab28.229143.2635-23.3054
CIE-Lab33.917852.9477-28.5720

#89227e color RGB value is (137,34,126).

#89227e hex color red value is 137, green value is 34 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #89227e hue: 0.85 , saturation: 0.60 and the lightness value of 89227e is 0.34.

The process color (four color CMYK) of #89227e color hex is 0.00, 0.75, 0.08, 0.46. Web safe color of #89227e is #993366. Color #89227e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00100010 01111110
Octal 211 42 176
Decimal 137 34 126
Hex 89 22 7E

RGB Percentages of Color #89227e

%46.13
%11.45
%42.42

CMYK Percentages of Color #89227e

%0
%75
%8
%46

Triadic Colors of #89227e

#89227e #7e8922 #227e89

Analogous Colors of #89227e

#89227e #89224b #612289

Monochromatic Colors of #89227e

#89227e

Complementary Color

#89227e #22892d

#89227e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89227e Color Preview on White Background

Lorem ipsum dolor sit amet.

#89227e Color CSS Codes

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

#89227e Text Font Color

<p style="color:#89227e">Text here</p>

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


#89227e Background Color

<div style="background-color:#89227e">
Div content here</div>

This div background color is #89227e


#89227e Border Color

<div style="border:3px solid #89227e">
Div here</div>

This div border color is #89227e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,34,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #89227e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #89227e;
  -webkit-box-shadow: 1px 1px 3px 2px #89227e;
  box-shadow:         1px 1px 3px 2px #89227e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89227e


Comments

No comments written yet.

Please login to write comment.