Color Hex Logo

#898bed Color Hex

#898BED
(137,139,237)
0 Favorites   0 Comments

Color spaces of #898bed

RGB 137139237
HSL0.660.740.73
HSV239°42°93°
CMYK 0.420.410.00   0.07
XYZ34.835229.898084.0556
Yxy29.89800.23410.2009
Hunter Lab54.679118.0313-52.8684
CIE-Lab61.566123.4822-49.7355

#898bed color RGB value is (137,139,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10001011 11101101
Octal 211 213 355
Decimal 137 139 237
Hex 89 8B ED

RGB Percentages of Color #898bed

%26.71
%27.10
%46.20

CMYK Percentages of Color #898bed

%42
%41
%0
%7

Triadic Colors of #898bed

#898bed #ed898b #8bed89

Analogous Colors of #898bed

#898bed #b989ed #89bded

Monochromatic Colors of #898bed

#898bed

Complementary Color

#898bed #edeb89

#898bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#898bed Color CSS Codes

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

#898bed Text Font Color

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

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


#898bed Background Color

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

This div background color is #898bed


#898bed Border Color

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

This div border color is #898bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898bed


Comments

No comments written yet.

Please login to write comment.