Color Hex Logo

#894a93 Color Hex

#894A93
(137,74,147)
0 Favorites   0 Comments

Color spaces of #894a93

RGB 13774147
HSL0.810.330.43
HSV292°50°58°
CMYK 0.070.500.00   0.42
XYZ18.031812.322529.0319
Yxy12.32250.30360.2075
Hunter Lab35.103430.2603-24.4628
CIE-Lab41.724238.4898-29.2022

#894a93 color RGB value is (137,74,147).

#894a93 hex color red value is 137, green value is 74 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #894a93 hue: 0.81 , saturation: 0.33 and the lightness value of 894a93 is 0.43.

The process color (four color CMYK) of #894a93 color hex is 0.07, 0.50, 0.00, 0.42. Web safe color of #894a93 is #993399. Color #894a93 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01001010 10010011
Octal 211 112 223
Decimal 137 74 147
Hex 89 4A 93

RGB Percentages of Color #894a93

%38.27
%20.67
%41.06

CMYK Percentages of Color #894a93

%7
%50
%0
%42

Triadic Colors of #894a93

#894a93 #93894a #4a9389

Analogous Colors of #894a93

#894a93 #934a79 #654a93

Monochromatic Colors of #894a93

#894a93

Complementary Color

#894a93 #54934a

#894a93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#894a93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#894a93 Color CSS Codes

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

#894a93 Text Font Color

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

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


#894a93 Background Color

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

This div background color is #894a93


#894a93 Border Color

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

This div border color is #894a93


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,74,147, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #894a93; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #894a93;
  -webkit-box-shadow: 1px 1px 3px 2px #894a93;
  box-shadow:         1px 1px 3px 2px #894a93; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #894a93


Comments

No comments written yet.

Please login to write comment.