Color Hex Logo

#9681be Color Hex

#9681BE
(150,129,190)
0 Favorites   0 Comments

Color spaces of #9681be

RGB 150129190
HSL0.720.320.63
HSV261°32°75°
CMYK 0.210.320.00   0.25
XYZ29.722225.902252.1483
Yxy25.90220.27580.2403
Hunter Lab50.894215.1791-25.1250
CIE-Lab57.944120.6538-28.9894

#9681be color RGB value is (150,129,190).

#9681be hex color red value is 150, green value is 129 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #9681be hue: 0.72 , saturation: 0.32 and the lightness value of 9681be is 0.63.

The process color (four color CMYK) of #9681be color hex is 0.21, 0.32, 0.00, 0.25. Web safe color of #9681be is #9999cc. Color #9681be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10000001 10111110
Octal 226 201 276
Decimal 150 129 190
Hex 96 81 BE

RGB Percentages of Color #9681be

%31.98
%27.51
%40.51

CMYK Percentages of Color #9681be

%21
%32
%0
%25

Triadic Colors of #9681be

#9681be #be9681 #81be96

Analogous Colors of #9681be

#9681be #b581be #818bbe

Monochromatic Colors of #9681be

#9681be

Complementary Color

#9681be #a9be81

#9681be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9681be Color Preview on White Background

Lorem ipsum dolor sit amet.

#9681be Color CSS Codes

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

#9681be Text Font Color

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

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


#9681be Background Color

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

This div background color is #9681be


#9681be Border Color

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

This div border color is #9681be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9681be


Comments

No comments written yet.

Please login to write comment.