Color Hex Logo

#894783 Color Hex

#894783
(137,71,131)
0 Favorites   0 Comments

Color spaces of #894783

RGB 13771131
HSL0.850.320.41
HSV305°48°54°
CMYK 0.000.480.04   0.46
XYZ16.666511.463522.8070
Yxy11.46350.32720.2251
Hunter Lab33.857828.6155-16.2380
CIE-Lab40.350436.9689-21.6212

#894783 color RGB value is (137,71,131).

#894783 hex color red value is 137, green value is 71 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #894783 hue: 0.85 , saturation: 0.32 and the lightness value of 894783 is 0.41.

The process color (four color CMYK) of #894783 color hex is 0.00, 0.48, 0.04, 0.46. Web safe color of #894783 is #993399. Color #894783 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01000111 10000011
Octal 211 107 203
Decimal 137 71 131
Hex 89 47 83

RGB Percentages of Color #894783

%40.41
%20.94
%38.64

CMYK Percentages of Color #894783

%0
%48
%4
%46

Triadic Colors of #894783

#894783 #838947 #478389

Analogous Colors of #894783

#894783 #894762 #6e4789

Monochromatic Colors of #894783

#894783

Complementary Color

#894783 #47894d

#894783 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#894783 Color Preview on White Background

Lorem ipsum dolor sit amet.

#894783 Color CSS Codes

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

#894783 Text Font Color

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

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


#894783 Background Color

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

This div background color is #894783


#894783 Border Color

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

This div border color is #894783


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #894783


Comments

No comments written yet.

Please login to write comment.