Color Hex Logo

#898fed Color Hex

#898FED
(137,143,237)
0 Favorites   0 Comments

Color spaces of #898fed

RGB 137143237
HSL0.660.740.73
HSV236°42°93°
CMYK 0.420.400.00   0.07
XYZ35.425131.077784.2523
Yxy31.07770.23500.2061
Hunter Lab55.747415.8713-50.5832
CIE-Lab62.573221.1499-48.1422

#898fed color RGB value is (137,143,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10001111 11101101
Octal 211 217 355
Decimal 137 143 237
Hex 89 8F ED

RGB Percentages of Color #898fed

%26.50
%27.66
%45.84

CMYK Percentages of Color #898fed

%42
%40
%0
%7

Triadic Colors of #898fed

#898fed #ed898f #8fed89

Analogous Colors of #898fed

#898fed #b589ed #89c1ed

Monochromatic Colors of #898fed

#898fed

Complementary Color

#898fed #ede789

#898fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#898fed Color CSS Codes

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

#898fed Text Font Color

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

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


#898fed Background Color

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

This div background color is #898fed


#898fed Border Color

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

This div border color is #898fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898fed


Comments

No comments written yet.

Please login to write comment.