Color Hex Logo

#897fcb Color Hex

#897FCB
(137,127,203)
0 Favorites   0 Comments

Color spaces of #897fcb

RGB 137127203
HSL0.690.420.65
HSV248°37°80°
CMYK 0.330.370.00   0.20
XYZ28.685424.808959.7766
Yxy24.80890.25320.2190
Hunter Lab49.808515.6356-36.2896
CIE-Lab56.888721.2098-38.0945

#897fcb color RGB value is (137,127,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01111111 11001011
Octal 211 177 313
Decimal 137 127 203
Hex 89 7F CB

RGB Percentages of Color #897fcb

%29.34
%27.19
%43.47

CMYK Percentages of Color #897fcb

%33
%37
%0
%20

Triadic Colors of #897fcb

#897fcb #cb897f #7fcb89

Analogous Colors of #897fcb

#897fcb #af7fcb #7f9bcb

Monochromatic Colors of #897fcb

#897fcb

Complementary Color

#897fcb #c1cb7f

#897fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#897fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#897fcb Color CSS Codes

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

#897fcb Text Font Color

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

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


#897fcb Background Color

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

This div background color is #897fcb


#897fcb Border Color

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

This div border color is #897fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #897fcb


Comments

No comments written yet.

Please login to write comment.