Color Hex Logo

#890494 Color Hex

#890494
(137,4,148)
0 Favorites   0 Comments

Color spaces of #890494

RGB 1374148
HSL0.820.950.30
HSV295°97°58°
CMYK 0.070.970.00   0.42
XYZ15.70527.543328.6452
Yxy7.54330.30260.1454
Hunter Lab27.465154.0068-42.6121
CIE-Lab33.013163.1079-43.6473

#890494 color RGB value is (137,4,148).

#890494 hex color red value is 137, green value is 4 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #890494 hue: 0.82 , saturation: 0.95 and the lightness value of 890494 is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 00000100 10010100
Octal 211 4 224
Decimal 137 4 148
Hex 89 4 94

RGB Percentages of Color #890494

%47.40
%1.38
%51.21

CMYK Percentages of Color #890494

%7
%97
%0
%42

Triadic Colors of #890494

#890494 #948904 #049489

Analogous Colors of #890494

#890494 #940457 #410494

Monochromatic Colors of #890494

#890494

Complementary Color

#890494 #0f9404

#890494 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#890494 Color Preview on White Background

Lorem ipsum dolor sit amet.

#890494 Color CSS Codes

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

#890494 Text Font Color

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

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


#890494 Background Color

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

This div background color is #890494


#890494 Border Color

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

This div border color is #890494


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #890494


Comments

No comments written yet.

Please login to write comment.