Color Hex Logo

#897cea Color Hex

#897CEA
(137,124,234)
0 Favorites   0 Comments

Color spaces of #897cea

RGB 137124234
HSL0.690.720.70
HSV247°47°92°
CMYK 0.410.470.00   0.08
XYZ32.375525.674281.0911
Yxy25.67420.23270.1845
Hunter Lab50.669725.3809-59.4181
CIE-Lab57.726531.4041-54.1728

#897cea color RGB value is (137,124,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01111100 11101010
Octal 211 174 352
Decimal 137 124 234
Hex 89 7C EA

RGB Percentages of Color #897cea

%27.68
%25.05
%47.27

CMYK Percentages of Color #897cea

%41
%47
%0
%8

Triadic Colors of #897cea

#897cea #ea897c #7cea89

Analogous Colors of #897cea

#897cea #c07cea #7ca6ea

Monochromatic Colors of #897cea

#897cea

Complementary Color

#897cea #ddea7c

#897cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#897cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#897cea Color CSS Codes

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

#897cea Text Font Color

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

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


#897cea Background Color

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

This div background color is #897cea


#897cea Border Color

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

This div border color is #897cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #897cea


Comments

No comments written yet.

Please login to write comment.