Color Hex Logo

#9896eb Color Hex

#9896EB
(152,150,235)
0 Favorites   0 Comments

Color spaces of #9896eb

RGB 152150235
HSL0.670.680.75
HSV241°36°92°
CMYK 0.350.360.00   0.08
XYZ38.850634.486383.2061
Yxy34.48630.24820.2203
Hunter Lab58.725015.3211-42.8991
CIE-Lab65.346720.4380-42.5970

#9896eb color RGB value is (152,150,235).

#9896eb hex color red value is 152, green value is 150 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #9896eb hue: 0.67 , saturation: 0.68 and the lightness value of 9896eb is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10010110 11101011
Octal 230 226 353
Decimal 152 150 235
Hex 98 96 EB

RGB Percentages of Color #9896eb

%28.31
%27.93
%43.76

CMYK Percentages of Color #9896eb

%35
%36
%0
%8

Triadic Colors of #9896eb

#9896eb #eb9896 #96eb98

Analogous Colors of #9896eb

#9896eb #c396eb #96bfeb

Monochromatic Colors of #9896eb

#9896eb

Complementary Color

#9896eb #e9eb96

#9896eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9896eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9896eb Color CSS Codes

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

#9896eb Text Font Color

<p style="color:#9896eb">Text here</p>

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


#9896eb Background Color

<div style="background-color:#9896eb">
Div content here</div>

This div background color is #9896eb


#9896eb Border Color

<div style="border:3px solid #9896eb">
Div here</div>

This div border color is #9896eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,150,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 #9896eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9896eb


Comments

No comments written yet.

Please login to write comment.