Color Hex Logo

#890547 Color Hex

#890547
(137,5,71)
0 Favorites   0 Comments

Color spaces of #890547

RGB 137571
HSL0.920.930.28
HSV330°96°54°
CMYK 0.000.960.48   0.46
XYZ11.50815.88186.4900
Yxy5.88180.48190.2463
Hunter Lab24.252442.25891.1106
CIE-Lab29.112352.9080-0.3455

#890547 color RGB value is (137,5,71).

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

The process color (four color CMYK) of #890547 color hex is 0.00, 0.96, 0.48, 0.46. Web safe color of #890547 is #990033. Color #890547 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00000101 01000111
Octal 211 5 107
Decimal 137 5 71
Hex 89 5 47

RGB Percentages of Color #890547

%64.32
%2.35
%33.33

CMYK Percentages of Color #890547

%0
%96
%48
%46

Triadic Colors of #890547

#890547 #478905 #054789

Analogous Colors of #890547

#890547 #890505 #890589

Monochromatic Colors of #890547

#890547

Complementary Color

#890547 #058947

#890547 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#890547 Color Preview on White Background

Lorem ipsum dolor sit amet.

#890547 Color CSS Codes

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

#890547 Text Font Color

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

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


#890547 Background Color

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

This div background color is #890547


#890547 Border Color

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

This div border color is #890547


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #890547


Comments

No comments written yet.

Please login to write comment.