Color Hex Logo

#890258 Color Hex

#890258
(137,2,88)
0 Favorites   0 Comments

Color spaces of #890258

RGB 137288
HSL0.890.970.27
HSV322°99°54°
CMYK 0.000.990.36   0.46
XYZ12.09976.06649.7657
Yxy6.06640.43320.2172
Hunter Lab24.630144.5868-6.2672
CIE-Lab29.579455.0627-10.9399

#890258 color RGB value is (137,2,88).

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

The process color (four color CMYK) of #890258 color hex is 0.00, 0.99, 0.36, 0.46. Web safe color of #890258 is #990066. Color #890258 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00000010 01011000
Octal 211 2 130
Decimal 137 2 88
Hex 89 2 58

RGB Percentages of Color #890258

%60.35
%0.88
%38.77

CMYK Percentages of Color #890258

%0
%99
%36
%46

Triadic Colors of #890258

#890258 #588902 #025889

Analogous Colors of #890258

#890258 #890215 #770289

Monochromatic Colors of #890258

#890258

Complementary Color

#890258 #028933

#890258 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#890258 Color Preview on White Background

Lorem ipsum dolor sit amet.

#890258 Color CSS Codes

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

#890258 Text Font Color

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

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


#890258 Background Color

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

This div background color is #890258


#890258 Border Color

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

This div border color is #890258


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #890258


Comments

No comments written yet.

Please login to write comment.