Color Hex Logo

#893999 Color Hex

#893999
(137,57,153)
0 Favorites   0 Comments

Color spaces of #893999

RGB 13757153
HSL0.810.460.41
HSV290°63°60°
CMYK 0.100.630.00   0.40
XYZ17.529410.544531.2484
Yxy10.54450.29550.1777
Hunter Lab32.472339.5325-34.3247
CIE-Lab38.802548.3900-37.4356

#893999 color RGB value is (137,57,153).

#893999 hex color red value is 137, green value is 57 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #893999 hue: 0.81 , saturation: 0.46 and the lightness value of 893999 is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 00111001 10011001
Octal 211 71 231
Decimal 137 57 153
Hex 89 39 99

RGB Percentages of Color #893999

%39.48
%16.43
%44.09

CMYK Percentages of Color #893999

%10
%63
%0
%40

Triadic Colors of #893999

#893999 #998939 #399989

Analogous Colors of #893999

#893999 #993979 #593999

Monochromatic Colors of #893999

#893999

Complementary Color

#893999 #499939

#893999 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#893999 Color Preview on White Background

Lorem ipsum dolor sit amet.

#893999 Color CSS Codes

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

#893999 Text Font Color

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

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


#893999 Background Color

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

This div background color is #893999


#893999 Border Color

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

This div border color is #893999


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #893999


Comments

No comments written yet.

Please login to write comment.