Color Hex Logo

#897eed Color Hex

#897EED
(137,126,237)
0 Favorites   0 Comments

Color spaces of #897eed

RGB 137126237
HSL0.680.760.71
HSV246°47°93°
CMYK 0.420.470.00   0.07
XYZ33.063426.354583.4651
Yxy26.35450.23140.1844
Hunter Lab51.336625.1240-60.4603
CIE-Lab58.372031.0775-54.8119

#897eed color RGB value is (137,126,237).

#897eed hex color red value is 137, green value is 126 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #897eed hue: 0.68 , saturation: 0.76 and the lightness value of 897eed is 0.71.

The process color (four color CMYK) of #897eed color hex is 0.42, 0.47, 0.00, 0.07. Web safe color of #897eed is #9966ff. Color #897eed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01111110 11101101
Octal 211 176 355
Decimal 137 126 237
Hex 89 7E ED

RGB Percentages of Color #897eed

%27.40
%25.20
%47.40

CMYK Percentages of Color #897eed

%42
%47
%0
%7

Triadic Colors of #897eed

#897eed #ed897e #7eed89

Analogous Colors of #897eed

#897eed #c17eed #7eabed

Monochromatic Colors of #897eed

#897eed

Complementary Color

#897eed #e2ed7e

#897eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#897eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#897eed Color CSS Codes

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

#897eed Text Font Color

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

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


#897eed Background Color

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

This div background color is #897eed


#897eed Border Color

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

This div border color is #897eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #897eed


Comments

No comments written yet.

Please login to write comment.