Color Hex Logo

#89208d Color Hex

#89208D
(137,32,141)
0 Favorites   0 Comments

Color spaces of #89208d

RGB 13732141
HSL0.830.630.34
HSV298°77°55°
CMYK 0.030.770.00   0.45
XYZ15.64088.274525.9721
Yxy8.27450.31350.1659
Hunter Lab28.765446.7174-33.3967
CIE-Lab34.548156.1156-36.8834

#89208d color RGB value is (137,32,141).

#89208d hex color red value is 137, green value is 32 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #89208d hue: 0.83 , saturation: 0.63 and the lightness value of 89208d is 0.34.

The process color (four color CMYK) of #89208d color hex is 0.03, 0.77, 0.00, 0.45. Web safe color of #89208d is #993399. Color #89208d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00100000 10001101
Octal 211 40 215
Decimal 137 32 141
Hex 89 20 8D

RGB Percentages of Color #89208d

%44.19
%10.32
%45.48

CMYK Percentages of Color #89208d

%3
%77
%0
%45

Triadic Colors of #89208d

#89208d #8d8920 #208d89

Analogous Colors of #89208d

#89208d #8d205a #53208d

Monochromatic Colors of #89208d

#89208d

Complementary Color

#89208d #248d20

#89208d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89208d Color Preview on White Background

Lorem ipsum dolor sit amet.

#89208d Color CSS Codes

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

#89208d Text Font Color

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

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


#89208d Background Color

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

This div background color is #89208d


#89208d Border Color

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

This div border color is #89208d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89208d


Comments

No comments written yet.

Please login to write comment.