Color Hex Logo

#896ea5 Color Hex

#896EA5
(137,110,165)
0 Favorites   0 Comments

Color spaces of #896ea5

RGB 137110165
HSL0.750.230.54
HSV269°33°65°
CMYK 0.170.330.00   0.35
XYZ22.684019.186838.1052
Yxy19.18680.28360.2399
Hunter Lab43.802715.7845-20.9161
CIE-Lab50.905021.7605-25.5877

#896ea5 color RGB value is (137,110,165).

#896ea5 hex color red value is 137, green value is 110 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #896ea5 hue: 0.75 , saturation: 0.23 and the lightness value of 896ea5 is 0.54.

The process color (four color CMYK) of #896ea5 color hex is 0.17, 0.33, 0.00, 0.35. Web safe color of #896ea5 is #996699. Color #896ea5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01101110 10100101
Octal 211 156 245
Decimal 137 110 165
Hex 89 6E A5

RGB Percentages of Color #896ea5

%33.25
%26.70
%40.05

CMYK Percentages of Color #896ea5

%17
%33
%0
%35

Triadic Colors of #896ea5

#896ea5 #a5896e #6ea589

Analogous Colors of #896ea5

#896ea5 #a56ea5 #6e6fa5

Monochromatic Colors of #896ea5

#896ea5

Complementary Color

#896ea5 #8aa56e

#896ea5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#896ea5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#896ea5 Color CSS Codes

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

#896ea5 Text Font Color

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

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


#896ea5 Background Color

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

This div background color is #896ea5


#896ea5 Border Color

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

This div border color is #896ea5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,110,165, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #896ea5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #896ea5;
  -webkit-box-shadow: 1px 1px 3px 2px #896ea5;
  box-shadow:         1px 1px 3px 2px #896ea5; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #896ea5


Comments

No comments written yet.

Please login to write comment.