Color Hex Logo

#9684ec Color Hex

#9684EC
(150,132,236)
0 Favorites   0 Comments

Color spaces of #9684ec

RGB 150132236
HSL0.700.730.72
HSV250°44°93°
CMYK 0.360.440.00   0.07
XYZ35.969329.042783.0669
Yxy29.04270.24290.1961
Hunter Lab53.891324.8286-53.6645
CIE-Lab60.819330.5429-50.3009

#9684ec color RGB value is (150,132,236).

#9684ec hex color red value is 150, green value is 132 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #9684ec hue: 0.70 , saturation: 0.73 and the lightness value of 9684ec is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10000100 11101100
Octal 226 204 354
Decimal 150 132 236
Hex 96 84 EC

RGB Percentages of Color #9684ec

%28.96
%25.48
%45.56

CMYK Percentages of Color #9684ec

%36
%44
%0
%7

Triadic Colors of #9684ec

#9684ec #ec9684 #84ec96

Analogous Colors of #9684ec

#9684ec #ca84ec #84a6ec

Monochromatic Colors of #9684ec

#9684ec

Complementary Color

#9684ec #daec84

#9684ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9684ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#9684ec Color CSS Codes

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

#9684ec Text Font Color

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

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


#9684ec Background Color

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

This div background color is #9684ec


#9684ec Border Color

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

This div border color is #9684ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9684ec


Comments

No comments written yet.

Please login to write comment.