Color Hex Logo

#894694 Color Hex

#894694
(137,70,148)
0 Favorites   0 Comments

Color spaces of #894694

RGB 13770148
HSL0.810.360.43
HSV292°53°58°
CMYK 0.070.530.00   0.42
XYZ17.852011.836829.3608
Yxy11.83680.30230.2005
Hunter Lab34.404732.4125-26.5146
CIE-Lab40.955640.8446-31.0117

#894694 color RGB value is (137,70,148).

#894694 hex color red value is 137, green value is 70 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #894694 hue: 0.81 , saturation: 0.36 and the lightness value of 894694 is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01000110 10010100
Octal 211 106 224
Decimal 137 70 148
Hex 89 46 94

RGB Percentages of Color #894694

%38.59
%19.72
%41.69

CMYK Percentages of Color #894694

%7
%53
%0
%42

Triadic Colors of #894694

#894694 #948946 #469489

Analogous Colors of #894694

#894694 #944678 #624694

Monochromatic Colors of #894694

#894694

Complementary Color

#894694 #519446

#894694 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#894694 Color Preview on White Background

Lorem ipsum dolor sit amet.

#894694 Color CSS Codes

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

#894694 Text Font Color

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

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


#894694 Background Color

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

This div background color is #894694


#894694 Border Color

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

This div border color is #894694


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #894694


Comments

No comments written yet.

Please login to write comment.