Color Hex Logo

#897fca Color Hex

#897FCA
(137,127,202)
0 Favorites   0 Comments

Color spaces of #897fca

RGB 137127202
HSL0.690.410.65
HSV248°37°79°
CMYK 0.320.370.00   0.21
XYZ28.566624.761459.1509
Yxy24.76140.25400.2201
Hunter Lab49.760815.3915-35.6457
CIE-Lab56.842220.9468-37.6013

#897fca color RGB value is (137,127,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01111111 11001010
Octal 211 177 312
Decimal 137 127 202
Hex 89 7F CA

RGB Percentages of Color #897fca

%29.40
%27.25
%43.35

CMYK Percentages of Color #897fca

%32
%37
%0
%21

Triadic Colors of #897fca

#897fca #ca897f #7fca89

Analogous Colors of #897fca

#897fca #af7fca #7f9bca

Monochromatic Colors of #897fca

#897fca

Complementary Color

#897fca #c0ca7f

#897fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#897fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#897fca Color CSS Codes

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

#897fca Text Font Color

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

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


#897fca Background Color

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

This div background color is #897fca


#897fca Border Color

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

This div border color is #897fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #897fca


Comments

No comments written yet.

Please login to write comment.