Color Hex Logo

#893abb Color Hex

#893ABB
(137,58,187)
0 Favorites   0 Comments

Color spaces of #893abb

RGB 13758187
HSL0.770.530.48
HSV277°69°73°
CMYK 0.270.690.00   0.27
XYZ20.799211.932348.2206
Yxy11.93230.25690.1474
Hunter Lab34.543247.0283-58.5858
CIE-Lab41.108355.1483-53.9851

#893abb color RGB value is (137,58,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 00111010 10111011
Octal 211 72 273
Decimal 137 58 187
Hex 89 3A BB

RGB Percentages of Color #893abb

%35.86
%15.18
%48.95

CMYK Percentages of Color #893abb

%27
%69
%0
%27

Triadic Colors of #893abb

#893abb #bb893a #3abb89

Analogous Colors of #893abb

#893abb #bb3aad #493abb

Monochromatic Colors of #893abb

#893abb

Complementary Color

#893abb #6cbb3a

#893abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#893abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#893abb Color CSS Codes

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

#893abb Text Font Color

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

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


#893abb Background Color

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

This div background color is #893abb


#893abb Border Color

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

This div border color is #893abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #893abb


Comments

No comments written yet.

Please login to write comment.