Color Hex Logo

#897abc Color Hex

#897ABC
(137,122,188)
0 Favorites   0 Comments

Color spaces of #897abc

RGB 137122188
HSL0.700.330.61
HSV254°35°74°
CMYK 0.270.350.00   0.26
XYZ26.353222.868350.6020
Yxy22.86830.26400.2291
Hunter Lab47.820814.6818-29.2637
CIE-Lab54.936420.2776-32.6129

#897abc color RGB value is (137,122,188).

#897abc hex color red value is 137, green value is 122 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #897abc hue: 0.70 , saturation: 0.33 and the lightness value of 897abc is 0.61.

The process color (four color CMYK) of #897abc color hex is 0.27, 0.35, 0.00, 0.26. Web safe color of #897abc is #9966cc. Color #897abc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01111010 10111100
Octal 211 172 274
Decimal 137 122 188
Hex 89 7A BC

RGB Percentages of Color #897abc

%30.65
%27.29
%42.06

CMYK Percentages of Color #897abc

%27
%35
%0
%26

Triadic Colors of #897abc

#897abc #bc897a #7abc89

Analogous Colors of #897abc

#897abc #aa7abc #7a8cbc

Monochromatic Colors of #897abc

#897abc

Complementary Color

#897abc #adbc7a

#897abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#897abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#897abc Color CSS Codes

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

#897abc Text Font Color

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

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


#897abc Background Color

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

This div background color is #897abc


#897abc Border Color

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

This div border color is #897abc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,122,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #897abc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #897abc;
  -webkit-box-shadow: 1px 1px 3px 2px #897abc;
  box-shadow:         1px 1px 3px 2px #897abc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #897abc


Comments

No comments written yet.

Please login to write comment.