Color Hex Logo

#890251 Color Hex

#890251
(137,2,81)
0 Favorites   0 Comments

Color spaces of #890251

RGB 137281
HSL0.900.970.27
HSV325°99°54°
CMYK 0.000.990.41   0.46
XYZ11.82345.95598.3110
Yxy5.95590.45320.2283
Hunter Lab24.404743.7700-3.1079
CIE-Lab29.300954.3336-6.7337

#890251 color RGB value is (137,2,81).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 00000010 01010001
Octal 211 2 121
Decimal 137 2 81
Hex 89 2 51

RGB Percentages of Color #890251

%62.27
%0.91
%36.82

CMYK Percentages of Color #890251

%0
%99
%41
%46

Triadic Colors of #890251

#890251 #518902 #025189

Analogous Colors of #890251

#890251 #89020e #7e0289

Monochromatic Colors of #890251

#890251

Complementary Color

#890251 #02893a

#890251 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#890251 Color Preview on White Background

Lorem ipsum dolor sit amet.

#890251 Color CSS Codes

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

#890251 Text Font Color

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

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


#890251 Background Color

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

This div background color is #890251


#890251 Border Color

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

This div border color is #890251


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #890251


Comments

No comments written yet.

Please login to write comment.