Color Hex Logo

#893aaf Color Hex

#893AAF
(137,58,175)
0 Favorites   0 Comments

Color spaces of #893aaf

RGB 13758175
HSL0.780.500.46
HSV281°67°69°
CMYK 0.220.670.00   0.31
XYZ19.567411.439641.7342
Yxy11.43960.26900.1573
Hunter Lab33.822544.0787-49.4833
CIE-Lab40.311252.5145-48.1922

#893aaf color RGB value is (137,58,175).

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

The process color (four color CMYK) of #893aaf color hex is 0.22, 0.67, 0.00, 0.31. Web safe color of #893aaf is #993399. Color #893aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00111010 10101111
Octal 211 72 257
Decimal 137 58 175
Hex 89 3A AF

RGB Percentages of Color #893aaf

%37.03
%15.68
%47.30

CMYK Percentages of Color #893aaf

%22
%67
%0
%31

Triadic Colors of #893aaf

#893aaf #af893a #3aaf89

Analogous Colors of #893aaf

#893aaf #af3a9b #4f3aaf

Monochromatic Colors of #893aaf

#893aaf

Complementary Color

#893aaf #60af3a

#893aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#893aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#893aaf Color CSS Codes

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

#893aaf Text Font Color

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

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


#893aaf Background Color

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

This div background color is #893aaf


#893aaf Border Color

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

This div border color is #893aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #893aaf


Comments

No comments written yet.

Please login to write comment.