Color Hex Logo

#989feb Color Hex

#989FEB
(152,159,235)
0 Favorites   0 Comments

Color spaces of #989feb

RGB 152159235
HSL0.650.670.76
HSV235°35°92°
CMYK 0.350.320.00   0.08
XYZ40.342437.469883.7034
Yxy37.46980.24980.2320
Hunter Lab61.212610.5191-38.2256
CIE-Lab67.628015.2949-39.0274

#989feb color RGB value is (152,159,235).

#989feb hex color red value is 152, green value is 159 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #989feb hue: 0.65 , saturation: 0.67 and the lightness value of 989feb is 0.76.

The process color (four color CMYK) of #989feb color hex is 0.35, 0.32, 0.00, 0.08. Web safe color of #989feb is #9999ff. Color #989feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10011111 11101011
Octal 230 237 353
Decimal 152 159 235
Hex 98 9F EB

RGB Percentages of Color #989feb

%27.84
%29.12
%43.04

CMYK Percentages of Color #989feb

%35
%32
%0
%8

Triadic Colors of #989feb

#989feb #eb989f #9feb98

Analogous Colors of #989feb

#989feb #bb98eb #98c9eb

Monochromatic Colors of #989feb

#989feb

Complementary Color

#989feb #ebe498

#989feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#989feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#989feb Color CSS Codes

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

#989feb Text Font Color

<p style="color:#989feb">Text here</p>

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


#989feb Background Color

<div style="background-color:#989feb">
Div content here</div>

This div background color is #989feb


#989feb Border Color

<div style="border:3px solid #989feb">
Div here</div>

This div border color is #989feb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,159,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #989feb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #989feb;
  -webkit-box-shadow: 1px 1px 3px 2px #989feb;
  box-shadow:         1px 1px 3px 2px #989feb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,159,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #989feb


Comments

No comments written yet.

Please login to write comment.