Color Hex Logo

#893198 Color Hex

#893198
(137,49,152)
1 Favorites   0 Comments

Color spaces of #893198

RGB 13749152
HSL0.810.510.39
HSV291°68°60°
CMYK 0.100.680.00   0.40
XYZ17.08239.782030.6935
Yxy9.78200.29680.1700
Hunter Lab31.276242.7591-36.2921
CIE-Lab37.448351.7863-38.9848

#893198 color RGB value is (137,49,152).

#893198 hex color red value is 137, green value is 49 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #893198 hue: 0.81 , saturation: 0.51 and the lightness value of 893198 is 0.39.

The process color (four color CMYK) of #893198 color hex is 0.10, 0.68, 0.00, 0.40. Web safe color of #893198 is #993399. Color #893198 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00110001 10011000
Octal 211 61 230
Decimal 137 49 152
Hex 89 31 98

RGB Percentages of Color #893198

%40.53
%14.50
%44.97

CMYK Percentages of Color #893198

%10
%68
%0
%40

Triadic Colors of #893198

#893198 #988931 #319889

Analogous Colors of #893198

#893198 #983174 #563198

Monochromatic Colors of #893198

#893198

Complementary Color

#893198 #409831

#893198 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#893198 Color Preview on White Background

Lorem ipsum dolor sit amet.

#893198 Color CSS Codes

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

#893198 Text Font Color

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

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


#893198 Background Color

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

This div background color is #893198


#893198 Border Color

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

This div border color is #893198


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #893198


Comments

No comments written yet.

Please login to write comment.