Color Hex Logo

#897fcd Color Hex

#897FCD
(137,127,205)
0 Favorites   0 Comments

Color spaces of #897fcd

RGB 137127205
HSL0.690.440.65
HSV248°38°80°
CMYK 0.330.380.00   0.20
XYZ28.925324.904961.0402
Yxy24.90490.25180.2168
Hunter Lab49.904816.1269-37.5862
CIE-Lab56.982621.7374-39.0785

#897fcd color RGB value is (137,127,205).

#897fcd hex color red value is 137, green value is 127 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #897fcd hue: 0.69 , saturation: 0.44 and the lightness value of 897fcd is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01111111 11001101
Octal 211 177 315
Decimal 137 127 205
Hex 89 7F CD

RGB Percentages of Color #897fcd

%29.21
%27.08
%43.71

CMYK Percentages of Color #897fcd

%33
%38
%0
%20

Triadic Colors of #897fcd

#897fcd #cd897f #7fcd89

Analogous Colors of #897fcd

#897fcd #b07fcd #7f9ccd

Monochromatic Colors of #897fcd

#897fcd

Complementary Color

#897fcd #c3cd7f

#897fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#897fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#897fcd Color CSS Codes

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

#897fcd Text Font Color

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

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


#897fcd Background Color

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

This div background color is #897fcd


#897fcd Border Color

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

This div border color is #897fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #897fcd


Comments

No comments written yet.

Please login to write comment.