Color Hex Logo

#898acf Color Hex

#898ACF
(137,138,207)
0 Favorites   0 Comments

Color spaces of #898acf

RGB 137138207
HSL0.660.420.67
HSV239°34°81°
CMYK 0.340.330.00   0.19
XYZ30.667528.000362.8197
Yxy28.00030.25240.2305
Hunter Lab52.915310.8493-33.3469
CIE-Lab59.889015.8310-35.6547

#898acf color RGB value is (137,138,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10001010 11001111
Octal 211 212 317
Decimal 137 138 207
Hex 89 8A CF

RGB Percentages of Color #898acf

%28.42
%28.63
%42.95

CMYK Percentages of Color #898acf

%34
%33
%0
%19

Triadic Colors of #898acf

#898acf #cf898a #8acf89

Analogous Colors of #898acf

#898acf #ab89cf #89adcf

Monochromatic Colors of #898acf

#898acf

Complementary Color

#898acf #cfce89

#898acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#898acf Color CSS Codes

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

#898acf Text Font Color

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

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


#898acf Background Color

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

This div background color is #898acf


#898acf Border Color

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

This div border color is #898acf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,138,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 #898acf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898acf


Comments

No comments written yet.

Please login to write comment.