Color Hex Logo

#897fcc Color Hex

#897FCC
(137,127,204)
0 Favorites   0 Comments

Color spaces of #897fcc

RGB 137127204
HSL0.690.430.65
HSV248°38°80°
CMYK 0.330.380.00   0.20
XYZ28.805024.856760.4064
Yxy24.85670.25250.2179
Hunter Lab49.856515.8810-36.9365
CIE-Lab56.935521.4736-38.5869

#897fcc color RGB value is (137,127,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01111111 11001100
Octal 211 177 314
Decimal 137 127 204
Hex 89 7F CC

RGB Percentages of Color #897fcc

%29.27
%27.14
%43.59

CMYK Percentages of Color #897fcc

%33
%38
%0
%20

Triadic Colors of #897fcc

#897fcc #cc897f #7fcc89

Analogous Colors of #897fcc

#897fcc #b07fcc #7f9ccc

Monochromatic Colors of #897fcc

#897fcc

Complementary Color

#897fcc #c2cc7f

#897fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#897fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#897fcc Color CSS Codes

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

#897fcc Text Font Color

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

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


#897fcc Background Color

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

This div background color is #897fcc


#897fcc Border Color

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

This div border color is #897fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #897fcc


Comments

No comments written yet.

Please login to write comment.