color codes Logo

#898ffe color codes

#898FFE
(137,143,254)
0 Favorites   0 Comments

Color spaces of #898ffe

RGB 137143254
HSL0.660.980.77
HSV237°46°100°
CMYK 0.460.440.00   0.00
XYZ38.028432.119097.9612
Yxy32.11900.22620.1911
Hunter Lab56.673620.5959-62.8121
CIE-Lab63.441126.0156-56.1084

#898ffe color RGB value is (137,143,254).

#898ffe hex color red value is 137, green value is 143 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #898ffe hue: 0.66 , saturation: 0.98 and the lightness value of 898ffe is 0.77.

The process color (four color CMYK) of #898ffe color code is 0.46, 0.44, 0.00, 0.00. Web safe color of #898ffe is #9999ff. Color #898ffe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10001111 11111110
Octal 211 217 376
Decimal 137 143 254
Hex 89 8F FE

RGB Percentages of Color #898ffe

%25.66
%26.78
%47.57

CMYK Percentages of Color #898ffe

%46
%44
%0
%0

Triadic Colors of #898ffe

#898ffe #fe898f #8ffe89

Analogous Colors of #898ffe

#898ffe #be89fe #89cafe

Monochromatic Colors of #898ffe

#898ffe

Complementary Color

#898ffe #fef889

#898ffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898ffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#898ffe Color CSS Codes

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

#898ffe Text Font Color

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

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


#898ffe Background Color

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

This div background color is #898ffe


#898ffe Border Color

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

This div border color is #898ffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898ffe

Related Colors


Comments

No comments written yet.

Please login to write comment.