Color Hex Logo

#9685ec Color Hex

#9685EC
(150,133,236)
0 Favorites   0 Comments

Color spaces of #9685ec

RGB 150133236
HSL0.690.730.72
HSV250°44°93°
CMYK 0.360.440.00   0.07
XYZ36.105529.315283.1123
Yxy29.31520.24310.1974
Hunter Lab54.143524.2812-53.1119
CIE-Lab61.058829.9665-49.9213

#9685ec color RGB value is (150,133,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10000101 11101100
Octal 226 205 354
Decimal 150 133 236
Hex 96 85 EC

RGB Percentages of Color #9685ec

%28.90
%25.63
%45.47

CMYK Percentages of Color #9685ec

%36
%44
%0
%7

Triadic Colors of #9685ec

#9685ec #ec9685 #85ec96

Analogous Colors of #9685ec

#9685ec #ca85ec #85a8ec

Monochromatic Colors of #9685ec

#9685ec

Complementary Color

#9685ec #dbec85

#9685ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9685ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#9685ec Color CSS Codes

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

#9685ec Text Font Color

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

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


#9685ec Background Color

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

This div background color is #9685ec


#9685ec Border Color

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

This div border color is #9685ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9685ec


Comments

No comments written yet.

Please login to write comment.