Color Hex Logo

#9698eb Color Hex

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

Color spaces of #9698eb

RGB 150152235
HSL0.660.680.75
HSV239°36°92°
CMYK 0.360.350.00   0.08
XYZ38.801334.938783.2960
Yxy34.93870.24710.2225
Hunter Lab59.109013.7333-42.1748
CIE-Lab65.700918.7544-42.0522

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

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

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

Base Numbers

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

RGB Percentages of Color #9698eb

%27.93
%28.31
%43.76

CMYK Percentages of Color #9698eb

%36
%35
%0
%8

Triadic Colors of #9698eb

#9698eb #eb9698 #98eb96

Analogous Colors of #9698eb

#9698eb #bf96eb #96c3eb

Monochromatic Colors of #9698eb

#9698eb

Complementary Color

#9698eb #ebe996

#9698eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9698eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9698eb Color CSS Codes

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

#9698eb Text Font Color

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

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


#9698eb Background Color

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

This div background color is #9698eb


#9698eb Border Color

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

This div border color is #9698eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9698eb


Comments

No comments written yet.

Please login to write comment.