Color Hex Logo

#898cec Color Hex

#898CEC
(137,140,236)
0 Favorites   0 Comments

Color spaces of #898cec

RGB 137140236
HSL0.660.720.73
HSV238°42°93°
CMYK 0.420.410.00   0.07
XYZ34.834930.130783.3367
Yxy30.13070.23490.2032
Hunter Lab54.891417.2187-51.5906
CIE-Lab61.766822.6160-48.8649

#898cec color RGB value is (137,140,236).

#898cec hex color red value is 137, green value is 140 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #898cec hue: 0.66 , saturation: 0.72 and the lightness value of 898cec is 0.73.

The process color (four color CMYK) of #898cec color hex is 0.42, 0.41, 0.00, 0.07. Web safe color of #898cec is #9999ff. Color #898cec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10001100 11101100
Octal 211 214 354
Decimal 137 140 236
Hex 89 8C EC

RGB Percentages of Color #898cec

%26.71
%27.29
%46.00

CMYK Percentages of Color #898cec

%42
%41
%0
%7

Triadic Colors of #898cec

#898cec #ec898c #8cec89

Analogous Colors of #898cec

#898cec #b889ec #89beec

Monochromatic Colors of #898cec

#898cec

Complementary Color

#898cec #ece989

#898cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#898cec Color CSS Codes

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

#898cec Text Font Color

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

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


#898cec Background Color

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

This div background color is #898cec


#898cec Border Color

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

This div border color is #898cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898cec


Comments

No comments written yet.

Please login to write comment.