Color Hex Logo

#893891 Color Hex

#893891
(137,56,145)
0 Favorites   0 Comments

Color spaces of #893891

RGB 13756145
HSL0.820.440.39
HSV295°61°57°
CMYK 0.060.610.00   0.43
XYZ16.841510.191027.8675
Yxy10.19100.30680.1856
Hunter Lab31.923338.3037-29.4109
CIE-Lab38.183147.2870-33.5631

#893891 color RGB value is (137,56,145).

#893891 hex color red value is 137, green value is 56 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #893891 hue: 0.82 , saturation: 0.44 and the lightness value of 893891 is 0.39.

The process color (four color CMYK) of #893891 color hex is 0.06, 0.61, 0.00, 0.43. Web safe color of #893891 is #993399. Color #893891 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 00111000 10010001
Octal 211 70 221
Decimal 137 56 145
Hex 89 38 91

RGB Percentages of Color #893891

%40.53
%16.57
%42.90

CMYK Percentages of Color #893891

%6
%61
%0
%43

Triadic Colors of #893891

#893891 #918938 #389189

Analogous Colors of #893891

#893891 #91386d #5c3891

Monochromatic Colors of #893891

#893891

Complementary Color

#893891 #409138

#893891 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#893891 Color Preview on White Background

Lorem ipsum dolor sit amet.

#893891 Color CSS Codes

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

#893891 Text Font Color

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

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


#893891 Background Color

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

This div background color is #893891


#893891 Border Color

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

This div border color is #893891


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #893891


Comments

No comments written yet.

Please login to write comment.