Color Hex Logo

#897ddb Color Hex

#897DDB
(137,125,219)
0 Favorites   0 Comments

Color spaces of #897ddb

RGB 137125219
HSL0.690.570.67
HSV248°43°86°
CMYK 0.370.430.00   0.14
XYZ30.436325.100170.2585
Yxy25.10010.24200.1995
Hunter Lab50.100020.7657-48.0762
CIE-Lab57.172826.6748-46.6662

#897ddb color RGB value is (137,125,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01111101 11011011
Octal 211 175 333
Decimal 137 125 219
Hex 89 7D DB

RGB Percentages of Color #897ddb

%28.48
%25.99
%45.53

CMYK Percentages of Color #897ddb

%37
%43
%0
%14

Triadic Colors of #897ddb

#897ddb #db897d #7ddb89

Analogous Colors of #897ddb

#897ddb #b87ddb #7da0db

Monochromatic Colors of #897ddb

#897ddb

Complementary Color

#897ddb #cfdb7d

#897ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#897ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#897ddb Color CSS Codes

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

#897ddb Text Font Color

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

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


#897ddb Background Color

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

This div background color is #897ddb


#897ddb Border Color

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

This div border color is #897ddb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,125,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 #897ddb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #897ddb


Comments

No comments written yet.

Please login to write comment.