Color Hex Logo

#893a98 Color Hex

#893A98
(137,58,152)
0 Favorites   0 Comments

Color spaces of #893a98

RGB 13758152
HSL0.810.450.41
HSV290°62°60°
CMYK 0.100.620.00   0.40
XYZ17.497110.611530.8318
Yxy10.61150.29690.1800
Hunter Lab32.575338.8706-33.3140
CIE-Lab38.918347.7158-36.6470

#893a98 color RGB value is (137,58,152).

#893a98 hex color red value is 137, green value is 58 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #893a98 hue: 0.81 , saturation: 0.45 and the lightness value of 893a98 is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 00111010 10011000
Octal 211 72 230
Decimal 137 58 152
Hex 89 3A 98

RGB Percentages of Color #893a98

%39.48
%16.71
%43.80

CMYK Percentages of Color #893a98

%10
%62
%0
%40

Triadic Colors of #893a98

#893a98 #98893a #3a9889

Analogous Colors of #893a98

#893a98 #983a78 #5a3a98

Monochromatic Colors of #893a98

#893a98

Complementary Color

#893a98 #49983a

#893a98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#893a98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#893a98 Color CSS Codes

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

#893a98 Text Font Color

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

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


#893a98 Background Color

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

This div background color is #893a98


#893a98 Border Color

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

This div border color is #893a98


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,58,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 #893a98">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #893a98


Comments

No comments written yet.

Please login to write comment.