Color Hex Logo

#897fdd Color Hex

#897FDD
(137,127,221)
0 Favorites   0 Comments

Color spaces of #897fdd

RGB 137127221
HSL0.680.580.68
HSV246°43°87°
CMYK 0.380.430.00   0.13
XYZ30.957025.717671.7390
Yxy25.71760.24110.2003
Hunter Lab50.712520.2168-48.3741
CIE-Lab57.768026.0489-46.8455

#897fdd color RGB value is (137,127,221).

#897fdd hex color red value is 137, green value is 127 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #897fdd hue: 0.68 , saturation: 0.58 and the lightness value of 897fdd is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01111111 11011101
Octal 211 177 335
Decimal 137 127 221
Hex 89 7F DD

RGB Percentages of Color #897fdd

%28.25
%26.19
%45.57

CMYK Percentages of Color #897fdd

%38
%43
%0
%13

Triadic Colors of #897fdd

#897fdd #dd897f #7fdd89

Analogous Colors of #897fdd

#897fdd #b87fdd #7fa4dd

Monochromatic Colors of #897fdd

#897fdd

Complementary Color

#897fdd #d3dd7f

#897fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#897fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#897fdd Color CSS Codes

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

#897fdd Text Font Color

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

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


#897fdd Background Color

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

This div background color is #897fdd


#897fdd Border Color

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

This div border color is #897fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #897fdd


Comments

No comments written yet.

Please login to write comment.