Color Hex Logo

#890288 Color Hex

#890288
(137,2,136)
0 Favorites   0 Comments

Color spaces of #890288

RGB 1372136
HSL0.830.970.27
HSV300°99°54°
CMYK 0.000.990.01   0.46
XYZ14.78227.139423.8915
Yxy7.13940.32270.1558
Hunter Lab26.719751.9927-34.3107
CIE-Lab32.122261.4641-37.6614

#890288 color RGB value is (137,2,136).

#890288 hex color red value is 137, green value is 2 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #890288 hue: 0.83 , saturation: 0.97 and the lightness value of 890288 is 0.27.

The process color (four color CMYK) of #890288 color hex is 0.00, 0.99, 0.01, 0.46. Web safe color of #890288 is #990099. Color #890288 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00000010 10001000
Octal 211 2 210
Decimal 137 2 136
Hex 89 2 88

RGB Percentages of Color #890288

%49.82
%0.73
%49.45

CMYK Percentages of Color #890288

%0
%99
%1
%46

Triadic Colors of #890288

#890288 #888902 #028889

Analogous Colors of #890288

#890288 #890245 #460289

Monochromatic Colors of #890288

#890288

Complementary Color

#890288 #028903

#890288 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#890288 Color Preview on White Background

Lorem ipsum dolor sit amet.

#890288 Color CSS Codes

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

#890288 Text Font Color

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

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


#890288 Background Color

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

This div background color is #890288


#890288 Border Color

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

This div border color is #890288


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #890288


Comments

No comments written yet.

Please login to write comment.