Color Hex Logo

#890013 Color Hex

#890013
(137,0,19)
0 Favorites   0 Comments

Color spaces of #890013

RGB 137019
HSL0.981.000.27
HSV352°100°54°
CMYK 0.001.000.86   0.46
XYZ10.43415.36541.1018
Yxy5.36540.61740.3175
Hunter Lab23.163339.870913.3941
CIE-Lab27.751450.826332.1744

#890013 color RGB value is (137,0,19).

#890013 hex color red value is 137, green value is 0 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #890013 hue: 0.98 , saturation: 1.00 and the lightness value of 890013 is 0.27.

The process color (four color CMYK) of #890013 color hex is 0.00, 1.00, 0.86, 0.46. Web safe color of #890013 is #990000. Color #890013 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00000000 00010011
Octal 211 0 23
Decimal 137 0 19
Hex 89 0 13

RGB Percentages of Color #890013

%87.82
%0.00
%12.18

CMYK Percentages of Color #890013

%0
%100
%86
%46

Triadic Colors of #890013

#890013 #138900 #001389

Analogous Colors of #890013

#890013 #893200 #890058

Monochromatic Colors of #890013

#890013

Complementary Color

#890013 #008976

#890013 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#890013 Color Preview on White Background

Lorem ipsum dolor sit amet.

#890013 Color CSS Codes

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

#890013 Text Font Color

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

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


#890013 Background Color

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

This div background color is #890013


#890013 Border Color

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

This div border color is #890013


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,0,19, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #890013; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #890013;
  -webkit-box-shadow: 1px 1px 3px 2px #890013;
  box-shadow:         1px 1px 3px 2px #890013; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #890013

#890013 Color Palettes


Comments

No comments written yet.

Please login to write comment.