Color Hex Logo

#890561 Color Hex

#890561
(137,5,97)
0 Favorites   0 Comments

Color spaces of #890561

RGB 137597
HSL0.880.930.28
HSV318°96°54°
CMYK 0.000.960.29   0.46
XYZ12.52856.290011.8630
Yxy6.29000.40830.2050
Hunter Lab25.079945.2788-10.4888
CIE-Lab30.132655.6148-15.9840

#890561 color RGB value is (137,5,97).

#890561 hex color red value is 137, green value is 5 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #890561 hue: 0.88 , saturation: 0.93 and the lightness value of 890561 is 0.28.

The process color (four color CMYK) of #890561 color hex is 0.00, 0.96, 0.29, 0.46. Web safe color of #890561 is #990066. Color #890561 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00000101 01100001
Octal 211 5 141
Decimal 137 5 97
Hex 89 5 61

RGB Percentages of Color #890561

%57.32
%2.09
%40.59

CMYK Percentages of Color #890561

%0
%96
%29
%46

Triadic Colors of #890561

#890561 #618905 #056189

Analogous Colors of #890561

#890561 #89051f #6f0589

Monochromatic Colors of #890561

#890561

Complementary Color

#890561 #05892d

#890561 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#890561 Color Preview on White Background

Lorem ipsum dolor sit amet.

#890561 Color CSS Codes

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

#890561 Text Font Color

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

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


#890561 Background Color

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

This div background color is #890561


#890561 Border Color

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

This div border color is #890561


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #890561


Comments

No comments written yet.

Please login to write comment.