Color Hex Logo

#893063 Color Hex

#893063
(137,48,99)
0 Favorites   0 Comments

Color spaces of #893063

RGB 1374899
HSL0.900.480.36
HSV326°65°54°
CMYK 0.000.650.28   0.46
XYZ13.62568.333112.6947
Yxy8.33310.39320.2405
Hunter Lab28.867133.7366-5.8666
CIE-Lab34.667243.2901-10.3479

#893063 color RGB value is (137,48,99).

#893063 hex color red value is 137, green value is 48 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #893063 hue: 0.90 , saturation: 0.48 and the lightness value of 893063 is 0.36.

The process color (four color CMYK) of #893063 color hex is 0.00, 0.65, 0.28, 0.46. Web safe color of #893063 is #993366. Color #893063 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00110000 01100011
Octal 211 60 143
Decimal 137 48 99
Hex 89 30 63

RGB Percentages of Color #893063

%48.24
%16.90
%34.86

CMYK Percentages of Color #893063

%0
%65
%28
%46

Triadic Colors of #893063

#893063 #638930 #306389

Analogous Colors of #893063

#893063 #893036 #833089

Monochromatic Colors of #893063

#893063

Complementary Color

#893063 #308956

#893063 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#893063 Color Preview on White Background

Lorem ipsum dolor sit amet.

#893063 Color CSS Codes

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

#893063 Text Font Color

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

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


#893063 Background Color

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

This div background color is #893063


#893063 Border Color

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

This div border color is #893063


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #893063


Comments

No comments written yet.

Please login to write comment.