Color Hex Logo

#897ded Color Hex

#897DED
(137,125,237)
0 Favorites   0 Comments

Color spaces of #897ded

RGB 137125237
HSL0.680.760.71
HSV246°47°93°
CMYK 0.420.470.00   0.07
XYZ32.936226.100083.4226
Yxy26.10000.23120.1832
Hunter Lab51.088225.6735-61.0538
CIE-Lab58.131831.6612-55.1949

#897ded color RGB value is (137,125,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01111101 11101101
Octal 211 175 355
Decimal 137 125 237
Hex 89 7D ED

RGB Percentages of Color #897ded

%27.45
%25.05
%47.49

CMYK Percentages of Color #897ded

%42
%47
%0
%7

Triadic Colors of #897ded

#897ded #ed897d #7ded89

Analogous Colors of #897ded

#897ded #c17ded #7da9ed

Monochromatic Colors of #897ded

#897ded

Complementary Color

#897ded #e1ed7d

#897ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#897ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#897ded Color CSS Codes

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

#897ded Text Font Color

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

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


#897ded Background Color

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

This div background color is #897ded


#897ded Border Color

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

This div border color is #897ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #897ded


Comments

No comments written yet.

Please login to write comment.