Color Hex Logo

#898fcf Color Hex

#898FCF
(137,143,207)
0 Favorites   0 Comments

Color spaces of #898fcf

RGB 137143207
HSL0.650.420.67
HSV235°34°81°
CMYK 0.340.310.00   0.19
XYZ31.401529.468363.0644
Yxy29.46830.25340.2378
Hunter Lab54.28478.2567-30.8799
CIE-Lab61.192712.9260-33.6228

#898fcf color RGB value is (137,143,207).

#898fcf hex color red value is 137, green value is 143 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #898fcf hue: 0.65 , saturation: 0.42 and the lightness value of 898fcf is 0.67.

The process color (four color CMYK) of #898fcf color hex is 0.34, 0.31, 0.00, 0.19. Web safe color of #898fcf is #9999cc. Color #898fcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10001111 11001111
Octal 211 217 317
Decimal 137 143 207
Hex 89 8F CF

RGB Percentages of Color #898fcf

%28.13
%29.36
%42.51

CMYK Percentages of Color #898fcf

%34
%31
%0
%19

Triadic Colors of #898fcf

#898fcf #cf898f #8fcf89

Analogous Colors of #898fcf

#898fcf #a689cf #89b2cf

Monochromatic Colors of #898fcf

#898fcf

Complementary Color

#898fcf #cfc989

#898fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#898fcf Color CSS Codes

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

#898fcf Text Font Color

<p style="color:#898fcf">Text here</p>

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


#898fcf Background Color

<div style="background-color:#898fcf">
Div content here</div>

This div background color is #898fcf


#898fcf Border Color

<div style="border:3px solid #898fcf">
Div here</div>

This div border color is #898fcf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,143,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #898fcf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #898fcf;
  -webkit-box-shadow: 1px 1px 3px 2px #898fcf;
  box-shadow:         1px 1px 3px 2px #898fcf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898fcf


Comments

No comments written yet.

Please login to write comment.