Color Hex Logo

#89107c Color Hex

#89107C
(137,16,124)
0 Favorites   0 Comments

Color spaces of #89107c

RGB 13716124
HSL0.850.790.30
HSV306°88°54°
CMYK 0.000.880.09   0.46
XYZ14.13997.144219.7025
Yxy7.14420.34500.1743
Hunter Lab26.728647.6544-24.9944
CIE-Lab32.133057.4654-30.1350

#89107c color RGB value is (137,16,124).

#89107c hex color red value is 137, green value is 16 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #89107c hue: 0.85 , saturation: 0.79 and the lightness value of 89107c is 0.30.

The process color (four color CMYK) of #89107c color hex is 0.00, 0.88, 0.09, 0.46. Web safe color of #89107c is #990066. Color #89107c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00010000 01111100
Octal 211 20 174
Decimal 137 16 124
Hex 89 10 7C

RGB Percentages of Color #89107c

%49.46
%5.78
%44.77

CMYK Percentages of Color #89107c

%0
%88
%9
%46

Triadic Colors of #89107c

#89107c #7c8910 #107c89

Analogous Colors of #89107c

#89107c #89103f #5a1089

Monochromatic Colors of #89107c

#89107c

Complementary Color

#89107c #10891d

#89107c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89107c Color Preview on White Background

Lorem ipsum dolor sit amet.

#89107c Color CSS Codes

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

#89107c Text Font Color

<p style="color:#89107c">Text here</p>

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


#89107c Background Color

<div style="background-color:#89107c">
Div content here</div>

This div background color is #89107c


#89107c Border Color

<div style="border:3px solid #89107c">
Div here</div>

This div border color is #89107c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,16,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #89107c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #89107c;
  -webkit-box-shadow: 1px 1px 3px 2px #89107c;
  box-shadow:         1px 1px 3px 2px #89107c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89107c


Comments

No comments written yet.

Please login to write comment.