Color Hex Logo

#89248a Color Hex

#89248A
(137,36,138)
0 Favorites   0 Comments

Color spaces of #89248a

RGB 13736138
HSL0.830.590.34
HSV299°74°54°
CMYK 0.010.740.00   0.46
XYZ15.53488.415124.8503
Yxy8.41510.31830.1724
Hunter Lab29.008844.8250-30.4845
CIE-Lab34.832854.2681-34.5804

#89248a color RGB value is (137,36,138).

#89248a hex color red value is 137, green value is 36 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #89248a hue: 0.83 , saturation: 0.59 and the lightness value of 89248a is 0.34.

The process color (four color CMYK) of #89248a color hex is 0.01, 0.74, 0.00, 0.46. Web safe color of #89248a is #993399. Color #89248a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00100100 10001010
Octal 211 44 212
Decimal 137 36 138
Hex 89 24 8A

RGB Percentages of Color #89248a

%44.05
%11.58
%44.37

CMYK Percentages of Color #89248a

%1
%74
%0
%46

Triadic Colors of #89248a

#89248a #8a8924 #248a89

Analogous Colors of #89248a

#89248a #8a2458 #56248a

Monochromatic Colors of #89248a

#89248a

Complementary Color

#89248a #258a24

#89248a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89248a Color Preview on White Background

Lorem ipsum dolor sit amet.

#89248a Color CSS Codes

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

#89248a Text Font Color

<p style="color:#89248a">Text here</p>

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


#89248a Background Color

<div style="background-color:#89248a">
Div content here</div>

This div background color is #89248a


#89248a Border Color

<div style="border:3px solid #89248a">
Div here</div>

This div border color is #89248a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,36,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #89248a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #89248a;
  -webkit-box-shadow: 1px 1px 3px 2px #89248a;
  box-shadow:         1px 1px 3px 2px #89248a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89248a


Comments

No comments written yet.

Please login to write comment.