Color Hex Logo

#9698ec Color Hex

#9698EC
(150,152,236)
0 Favorites   0 Comments

Color spaces of #9698ec

RGB 150152236
HSL0.660.690.76
HSV239°36°93°
CMYK 0.360.360.00   0.07
XYZ38.946234.996684.0592
Yxy34.99660.24650.2215
Hunter Lab59.157913.9878-42.8363
CIE-Lab65.746019.0211-42.5314

#9698ec color RGB value is (150,152,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10011000 11101100
Octal 226 230 354
Decimal 150 152 236
Hex 96 98 EC

RGB Percentages of Color #9698ec

%27.88
%28.25
%43.87

CMYK Percentages of Color #9698ec

%36
%36
%0
%7

Triadic Colors of #9698ec

#9698ec #ec9698 #98ec96

Analogous Colors of #9698ec

#9698ec #bf96ec #96c3ec

Monochromatic Colors of #9698ec

#9698ec

Complementary Color

#9698ec #ecea96

#9698ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9698ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#9698ec Color CSS Codes

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

#9698ec Text Font Color

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

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


#9698ec Background Color

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

This div background color is #9698ec


#9698ec Border Color

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

This div border color is #9698ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9698ec


Comments

No comments written yet.

Please login to write comment.