Color Hex Logo

#897cee Color Hex

#897CEE
(137,124,238)
0 Favorites   0 Comments

Color spaces of #897cee

RGB 137124238
HSL0.690.770.71
HSV247°48°93°
CMYK 0.420.480.00   0.07
XYZ32.956825.906784.1524
Yxy25.90670.23040.1811
Hunter Lab50.898626.5059-62.3971
CIE-Lab57.948432.5252-56.0434

#897cee color RGB value is (137,124,238).

#897cee hex color red value is 137, green value is 124 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #897cee hue: 0.69 , saturation: 0.77 and the lightness value of 897cee is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01111100 11101110
Octal 211 174 356
Decimal 137 124 238
Hex 89 7C EE

RGB Percentages of Color #897cee

%27.45
%24.85
%47.70

CMYK Percentages of Color #897cee

%42
%48
%0
%7

Triadic Colors of #897cee

#897cee #ee897c #7cee89

Analogous Colors of #897cee

#897cee #c27cee #7ca8ee

Monochromatic Colors of #897cee

#897cee

Complementary Color

#897cee #e1ee7c

#897cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#897cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#897cee Color CSS Codes

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

#897cee Text Font Color

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

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


#897cee Background Color

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

This div background color is #897cee


#897cee Border Color

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

This div border color is #897cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #897cee


Comments

No comments written yet.

Please login to write comment.