Color Hex Logo

#9680ea Color Hex

#9680EA
(150,128,234)
0 Favorites   0 Comments

Color spaces of #9680ea

RGB 150128234
HSL0.700.720.71
HSV252°45°92°
CMYK 0.360.450.00   0.08
XYZ35.148127.862981.3675
Yxy27.86290.24340.1930
Hunter Lab52.785326.4833-54.4446
CIE-Lab59.764732.3152-50.8644

#9680ea color RGB value is (150,128,234).

#9680ea hex color red value is 150, green value is 128 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #9680ea hue: 0.70 , saturation: 0.72 and the lightness value of 9680ea is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10000000 11101010
Octal 226 200 352
Decimal 150 128 234
Hex 96 80 EA

RGB Percentages of Color #9680ea

%29.30
%25.00
%45.70

CMYK Percentages of Color #9680ea

%36
%45
%0
%8

Triadic Colors of #9680ea

#9680ea #ea9680 #80ea96

Analogous Colors of #9680ea

#9680ea #cb80ea #809fea

Monochromatic Colors of #9680ea

#9680ea

Complementary Color

#9680ea #d4ea80

#9680ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9680ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#9680ea Color CSS Codes

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

#9680ea Text Font Color

<p style="color:#9680ea">Text here</p>

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


#9680ea Background Color

<div style="background-color:#9680ea">
Div content here</div>

This div background color is #9680ea


#9680ea Border Color

<div style="border:3px solid #9680ea">
Div here</div>

This div border color is #9680ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,128,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9680ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9680ea;
  -webkit-box-shadow: 1px 1px 3px 2px #9680ea;
  box-shadow:         1px 1px 3px 2px #9680ea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9680ea


Comments

No comments written yet.

Please login to write comment.