Color Hex Logo

#893168 Color Hex

#893168
(137,49,104)
0 Favorites   0 Comments

Color spaces of #893168

RGB 13749104
HSL0.900.470.36
HSV323°64°54°
CMYK 0.000.640.24   0.46
XYZ13.91358.514514.0068
Yxy8.51450.38190.2337
Hunter Lab29.179634.0485-8.0347
CIE-Lab35.032243.5470-12.9750

#893168 color RGB value is (137,49,104).

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

The process color (four color CMYK) of #893168 color hex is 0.00, 0.64, 0.24, 0.46. Web safe color of #893168 is #993366. Color #893168 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00110001 01101000
Octal 211 61 150
Decimal 137 49 104
Hex 89 31 68

RGB Percentages of Color #893168

%47.24
%16.90
%35.86

CMYK Percentages of Color #893168

%0
%64
%24
%46

Triadic Colors of #893168

#893168 #688931 #316889

Analogous Colors of #893168

#893168 #89313c #7e3189

Monochromatic Colors of #893168

#893168

Complementary Color

#893168 #318952

#893168 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#893168 Color Preview on White Background

Lorem ipsum dolor sit amet.

#893168 Color CSS Codes

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

#893168 Text Font Color

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

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


#893168 Background Color

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

This div background color is #893168


#893168 Border Color

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

This div border color is #893168


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #893168

#893168 Color Palettes


Comments

No comments written yet.

Please login to write comment.