Color Hex Logo

#898aca Color Hex

#898ACA
(137,138,202)
0 Favorites   0 Comments

Color spaces of #898aca

RGB 137138202
HSL0.660.380.66
HSV239°32°79°
CMYK 0.320.320.00   0.21
XYZ30.065727.759659.6506
Yxy27.75960.25590.2363
Hunter Lab52.68749.6569-30.2447
CIE-Lab59.670914.5130-33.1825

#898aca color RGB value is (137,138,202).

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

The process color (four color CMYK) of #898aca color hex is 0.32, 0.32, 0.00, 0.21. Web safe color of #898aca is #9999cc. Color #898aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10001010 11001010
Octal 211 212 312
Decimal 137 138 202
Hex 89 8A CA

RGB Percentages of Color #898aca

%28.72
%28.93
%42.35

CMYK Percentages of Color #898aca

%32
%32
%0
%21

Triadic Colors of #898aca

#898aca #ca898a #8aca89

Analogous Colors of #898aca

#898aca #a989ca #89abca

Monochromatic Colors of #898aca

#898aca

Complementary Color

#898aca #cac989

#898aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#898aca Color CSS Codes

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

#898aca Text Font Color

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

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


#898aca Background Color

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

This div background color is #898aca


#898aca Border Color

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

This div border color is #898aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898aca


Comments

No comments written yet.

Please login to write comment.