Color Hex Logo

#9681ea Color Hex

#9681EA
(150,129,234)
0 Favorites   0 Comments

Color spaces of #9681ea

RGB 150129234
HSL0.700.710.71
HSV252°45°92°
CMYK 0.360.450.00   0.08
XYZ35.279228.125181.4112
Yxy28.12510.24360.1942
Hunter Lab53.033125.9356-53.8930
CIE-Lab60.001631.7397-50.4884

#9681ea color RGB value is (150,129,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10000001 11101010
Octal 226 201 352
Decimal 150 129 234
Hex 96 81 EA

RGB Percentages of Color #9681ea

%29.24
%25.15
%45.61

CMYK Percentages of Color #9681ea

%36
%45
%0
%8

Triadic Colors of #9681ea

#9681ea #ea9681 #81ea96

Analogous Colors of #9681ea

#9681ea #cb81ea #81a1ea

Monochromatic Colors of #9681ea

#9681ea

Complementary Color

#9681ea #d5ea81

#9681ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9681ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#9681ea Color CSS Codes

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

#9681ea Text Font Color

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

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


#9681ea Background Color

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

This div background color is #9681ea


#9681ea Border Color

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

This div border color is #9681ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9681ea


Comments

No comments written yet.

Please login to write comment.