Color Hex Logo

#89298b Color Hex

#89298B
(137,41,139)
0 Favorites   0 Comments

Color spaces of #89298b

RGB 13741139
HSL0.830.540.35
HSV299°71°55°
CMYK 0.010.710.00   0.45
XYZ15.76978.768325.2874
Yxy8.76830.31650.1760
Hunter Lab29.611343.2415-29.9044
CIE-Lab35.534352.6155-34.0834

#89298b color RGB value is (137,41,139).

#89298b hex color red value is 137, green value is 41 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #89298b hue: 0.83 , saturation: 0.54 and the lightness value of 89298b is 0.35.

The process color (four color CMYK) of #89298b color hex is 0.01, 0.71, 0.00, 0.45. Web safe color of #89298b is #993399. Color #89298b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00101001 10001011
Octal 211 51 213
Decimal 137 41 139
Hex 89 29 8B

RGB Percentages of Color #89298b

%43.22
%12.93
%43.85

CMYK Percentages of Color #89298b

%1
%71
%0
%45

Triadic Colors of #89298b

#89298b #8b8929 #298b89

Analogous Colors of #89298b

#89298b #8b295c #58298b

Monochromatic Colors of #89298b

#89298b

Complementary Color

#89298b #2b8b29

#89298b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89298b Color Preview on White Background

Lorem ipsum dolor sit amet.

#89298b Color CSS Codes

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

#89298b Text Font Color

<p style="color:#89298b">Text here</p>

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


#89298b Background Color

<div style="background-color:#89298b">
Div content here</div>

This div background color is #89298b


#89298b Border Color

<div style="border:3px solid #89298b">
Div here</div>

This div border color is #89298b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,41,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #89298b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #89298b;
  -webkit-box-shadow: 1px 1px 3px 2px #89298b;
  box-shadow:         1px 1px 3px 2px #89298b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89298b


Comments

No comments written yet.

Please login to write comment.