Color Hex Logo

#897cdb Color Hex

#897CDB
(137,124,219)
0 Favorites   0 Comments

Color spaces of #897cdb

RGB 137124219
HSL0.690.570.67
HSV248°43°86°
CMYK 0.370.430.00   0.14
XYZ30.310424.848170.2165
Yxy24.84810.24180.1982
Hunter Lab49.847921.3046-48.6233
CIE-Lab56.927127.2615-47.0553

#897cdb color RGB value is (137,124,219).

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

The process color (four color CMYK) of #897cdb color hex is 0.37, 0.43, 0.00, 0.14. Web safe color of #897cdb is #9966cc. Color #897cdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 01111100 11011011
Octal 211 174 333
Decimal 137 124 219
Hex 89 7C DB

RGB Percentages of Color #897cdb

%28.54
%25.83
%45.63

CMYK Percentages of Color #897cdb

%37
%43
%0
%14

Triadic Colors of #897cdb

#897cdb #db897c #7cdb89

Analogous Colors of #897cdb

#897cdb #b97cdb #7c9fdb

Monochromatic Colors of #897cdb

#897cdb

Complementary Color

#897cdb #cedb7c

#897cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#897cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#897cdb Color CSS Codes

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

#897cdb Text Font Color

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

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


#897cdb Background Color

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

This div background color is #897cdb


#897cdb Border Color

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

This div border color is #897cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #897cdb


Comments

No comments written yet.

Please login to write comment.