Color Hex Logo

#890c70 Color Hex

#890C70
(137,12,112)
0 Favorites   0 Comments

Color spaces of #890c70

RGB 13712112
HSL0.870.840.29
HSV312°91°54°
CMYK 0.000.910.18   0.46
XYZ13.37266.751215.9275
Yxy6.75120.37090.1873
Hunter Lab25.983146.3975-18.1563
CIE-Lab31.233756.4600-23.9429

#890c70 color RGB value is (137,12,112).

#890c70 hex color red value is 137, green value is 12 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #890c70 hue: 0.87 , saturation: 0.84 and the lightness value of 890c70 is 0.29.

The process color (four color CMYK) of #890c70 color hex is 0.00, 0.91, 0.18, 0.46. Web safe color of #890c70 is #990066. Color #890c70 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00001100 01110000
Octal 211 14 160
Decimal 137 12 112
Hex 89 C 70

RGB Percentages of Color #890c70

%52.49
%4.60
%42.91

CMYK Percentages of Color #890c70

%0
%91
%18
%46

Triadic Colors of #890c70

#890c70 #70890c #0c7089

Analogous Colors of #890c70

#890c70 #890c32 #630c89

Monochromatic Colors of #890c70

#890c70

Complementary Color

#890c70 #0c8925

#890c70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#890c70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#890c70 Color CSS Codes

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

#890c70 Text Font Color

<p style="color:#890c70">Text here</p>

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


#890c70 Background Color

<div style="background-color:#890c70">
Div content here</div>

This div background color is #890c70


#890c70 Border Color

<div style="border:3px solid #890c70">
Div here</div>

This div border color is #890c70


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,12,112, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #890c70; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #890c70;
  -webkit-box-shadow: 1px 1px 3px 2px #890c70;
  box-shadow:         1px 1px 3px 2px #890c70; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #890c70


Comments

No comments written yet.

Please login to write comment.