Color Hex Logo

#898efa Color Hex

#898EFA
(137,142,250)
0 Favorites   0 Comments

Color spaces of #898efa

RGB 137142250
HSL0.660.920.76
HSV237°45°98°
CMYK 0.450.430.00   0.02
XYZ37.244831.566594.5724
Yxy31.56650.22800.1932
Hunter Lab56.184120.0067-60.4716
CIE-Lab62.983025.4421-54.6458

#898efa color RGB value is (137,142,250).

#898efa hex color red value is 137, green value is 142 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #898efa hue: 0.66 , saturation: 0.92 and the lightness value of 898efa is 0.76.

The process color (four color CMYK) of #898efa color hex is 0.45, 0.43, 0.00, 0.02. Web safe color of #898efa is #9999ff. Color #898efa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10001110 11111010
Octal 211 216 372
Decimal 137 142 250
Hex 89 8E FA

RGB Percentages of Color #898efa

%25.90
%26.84
%47.26

CMYK Percentages of Color #898efa

%45
%43
%0
%2

Triadic Colors of #898efa

#898efa #fa898e #8efa89

Analogous Colors of #898efa

#898efa #bd89fa #89c7fa

Monochromatic Colors of #898efa

#898efa

Complementary Color

#898efa #faf589

#898efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#898efa Color CSS Codes

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

#898efa Text Font Color

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

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


#898efa Background Color

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

This div background color is #898efa


#898efa Border Color

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

This div border color is #898efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898efa


Comments

No comments written yet.

Please login to write comment.