Color Hex Logo

#893aba Color Hex

#893ABA
(137,58,186)
0 Favorites   0 Comments

Color spaces of #893aba

RGB 13758186
HSL0.770.520.48
HSV277°69°73°
CMYK 0.260.690.00   0.27
XYZ20.692511.889647.6587
Yxy11.88960.25790.1482
Hunter Lab34.481346.7770-57.8114
CIE-Lab41.040154.9261-53.5082

#893aba color RGB value is (137,58,186).

#893aba hex color red value is 137, green value is 58 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #893aba hue: 0.77 , saturation: 0.52 and the lightness value of 893aba is 0.48.

The process color (four color CMYK) of #893aba color hex is 0.26, 0.69, 0.00, 0.27. Web safe color of #893aba is #9933cc. Color #893aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00111010 10111010
Octal 211 72 272
Decimal 137 58 186
Hex 89 3A BA

RGB Percentages of Color #893aba

%35.96
%15.22
%48.82

CMYK Percentages of Color #893aba

%26
%69
%0
%27

Triadic Colors of #893aba

#893aba #ba893a #3aba89

Analogous Colors of #893aba

#893aba #ba3aab #493aba

Monochromatic Colors of #893aba

#893aba

Complementary Color

#893aba #6bba3a

#893aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#893aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#893aba Color CSS Codes

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

#893aba Text Font Color

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

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


#893aba Background Color

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

This div background color is #893aba


#893aba Border Color

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

This div border color is #893aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #893aba


Comments

No comments written yet.

Please login to write comment.