Color Hex Logo

#893070 Color Hex

#893070
(137,48,112)
0 Favorites   0 Comments

Color spaces of #893070

RGB 13748112
HSL0.880.480.36
HSV317°65°54°
CMYK 0.000.650.18   0.46
XYZ14.29818.602116.2360
Yxy8.60210.36530.2198
Hunter Lab29.329335.6927-12.2910
CIE-Lab35.206645.2012-17.7690

#893070 color RGB value is (137,48,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 00110000 01110000
Octal 211 60 160
Decimal 137 48 112
Hex 89 30 70

RGB Percentages of Color #893070

%46.13
%16.16
%37.71

CMYK Percentages of Color #893070

%0
%65
%18
%46

Triadic Colors of #893070

#893070 #708930 #307089

Analogous Colors of #893070

#893070 #893043 #763089

Monochromatic Colors of #893070

#893070

Complementary Color

#893070 #308949

#893070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#893070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#893070 Color CSS Codes

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

#893070 Text Font Color

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

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


#893070 Background Color

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

This div background color is #893070


#893070 Border Color

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

This div border color is #893070


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #893070


Comments

No comments written yet.

Please login to write comment.