Color Hex Logo

#891493 Color Hex

#891493
(137,20,147)
1 Favorites   0 Comments

Color spaces of #891493

RGB 13720147
HSL0.820.760.33
HSV295°86°58°
CMYK 0.070.860.00   0.42
XYZ15.83317.925328.2990
Yxy7.92530.30410.1522
Hunter Lab28.151951.1255-39.8934
CIE-Lab33.826860.3431-41.7259

#891493 color RGB value is (137,20,147).

#891493 hex color red value is 137, green value is 20 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #891493 hue: 0.82 , saturation: 0.76 and the lightness value of 891493 is 0.33.

The process color (four color CMYK) of #891493 color hex is 0.07, 0.86, 0.00, 0.42. Web safe color of #891493 is #990099. Color #891493 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00010100 10010011
Octal 211 24 223
Decimal 137 20 147
Hex 89 14 93

RGB Percentages of Color #891493

%45.07
%6.58
%48.36

CMYK Percentages of Color #891493

%7
%86
%0
%42

Triadic Colors of #891493

#891493 #938914 #149389

Analogous Colors of #891493

#891493 #93145d #4a1493

Monochromatic Colors of #891493

#891493

Complementary Color

#891493 #1e9314

#891493 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#891493 Color Preview on White Background

Lorem ipsum dolor sit amet.

#891493 Color CSS Codes

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

#891493 Text Font Color

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

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


#891493 Background Color

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

This div background color is #891493


#891493 Border Color

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

This div border color is #891493


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #891493


Comments

No comments written yet.

Please login to write comment.