Color Hex Logo

#893fad Color Hex

#893FAD
(137,63,173)
0 Favorites   0 Comments

Color spaces of #893fad

RGB 13763173
HSL0.780.470.46
HSV280°64°68°
CMYK 0.210.640.00   0.32
XYZ19.636911.890540.7953
Yxy11.89050.27150.1644
Hunter Lab34.482641.3063-46.0063
CIE-Lab41.041649.7156-45.8353

#893fad color RGB value is (137,63,173).

#893fad hex color red value is 137, green value is 63 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #893fad hue: 0.78 , saturation: 0.47 and the lightness value of 893fad is 0.46.

The process color (four color CMYK) of #893fad color hex is 0.21, 0.64, 0.00, 0.32. Web safe color of #893fad is #993399. Color #893fad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00111111 10101101
Octal 211 77 255
Decimal 137 63 173
Hex 89 3F AD

RGB Percentages of Color #893fad

%36.73
%16.89
%46.38

CMYK Percentages of Color #893fad

%21
%64
%0
%32

Triadic Colors of #893fad

#893fad #ad893f #3fad89

Analogous Colors of #893fad

#893fad #ad3f9a #523fad

Monochromatic Colors of #893fad

#893fad

Complementary Color

#893fad #63ad3f

#893fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#893fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#893fad Color CSS Codes

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

#893fad Text Font Color

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

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


#893fad Background Color

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

This div background color is #893fad


#893fad Border Color

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

This div border color is #893fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #893fad


Comments

No comments written yet.

Please login to write comment.