Color Hex Logo

#896893 Color Hex

#896893
(137,104,147)
0 Favorites   0 Comments

Color spaces of #896893

RGB 137104147
HSL0.790.170.49
HSV286°29°58°
CMYK 0.070.290.00   0.42
XYZ20.533317.325629.8657
Yxy17.32560.30320.2558
Hunter Lab41.624015.2127-13.4044
CIE-Lab48.667721.2752-18.4513

#896893 color RGB value is (137,104,147).

#896893 hex color red value is 137, green value is 104 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #896893 hue: 0.79 , saturation: 0.17 and the lightness value of 896893 is 0.49.

The process color (four color CMYK) of #896893 color hex is 0.07, 0.29, 0.00, 0.42. Web safe color of #896893 is #996699. Color #896893 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01101000 10010011
Octal 211 150 223
Decimal 137 104 147
Hex 89 68 93

RGB Percentages of Color #896893

%35.31
%26.80
%37.89

CMYK Percentages of Color #896893

%7
%29
%0
%42

Triadic Colors of #896893

#896893 #938968 #689389

Analogous Colors of #896893

#896893 #936888 #746893

Monochromatic Colors of #896893

#896893

Complementary Color

#896893 #729368

#896893 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#896893 Color Preview on White Background

Lorem ipsum dolor sit amet.

#896893 Color CSS Codes

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

#896893 Text Font Color

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

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


#896893 Background Color

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

This div background color is #896893


#896893 Border Color

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

This div border color is #896893


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #896893


Comments

No comments written yet.

Please login to write comment.