Color Hex Logo

#89078e Color Hex

#89078E
(137,7,142)
0 Favorites   0 Comments

Color spaces of #89078e

RGB 1377142
HSL0.830.910.29
HSV298°95°56°
CMYK 0.040.950.00   0.44
XYZ15.27507.423326.2189
Yxy7.42330.31230.1518
Hunter Lab27.245752.3939-37.9835
CIE-Lab32.751861.7057-40.3723

#89078e color RGB value is (137,7,142).

#89078e hex color red value is 137, green value is 7 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #89078e hue: 0.83 , saturation: 0.91 and the lightness value of 89078e is 0.29.

The process color (four color CMYK) of #89078e color hex is 0.04, 0.95, 0.00, 0.44. Web safe color of #89078e is #990099. Color #89078e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00000111 10001110
Octal 211 7 216
Decimal 137 7 142
Hex 89 7 8E

RGB Percentages of Color #89078e

%47.90
%2.45
%49.65

CMYK Percentages of Color #89078e

%4
%95
%0
%44

Triadic Colors of #89078e

#89078e #8e8907 #078e89

Analogous Colors of #89078e

#89078e #8e074f #46078e

Monochromatic Colors of #89078e

#89078e

Complementary Color

#89078e #0c8e07

#89078e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89078e Color Preview on White Background

Lorem ipsum dolor sit amet.

#89078e Color CSS Codes

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

#89078e Text Font Color

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

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


#89078e Background Color

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

This div background color is #89078e


#89078e Border Color

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

This div border color is #89078e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89078e


Comments

No comments written yet.

Please login to write comment.