Color Hex Logo

#9681dc Color Hex

#9681DC
(150,129,220)
0 Favorites   0 Comments

Color spaces of #9681dc

RGB 150129220
HSL0.710.570.68
HSV254°41°86°
CMYK 0.320.410.00   0.14
XYZ33.346227.351971.2320
Yxy27.35190.25280.2073
Hunter Lab52.299022.2894-44.1444
CIE-Lab59.298628.0832-43.7955

#9681dc color RGB value is (150,129,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10000001 11011100
Octal 226 201 334
Decimal 150 129 220
Hex 96 81 DC

RGB Percentages of Color #9681dc

%30.06
%25.85
%44.09

CMYK Percentages of Color #9681dc

%32
%41
%0
%14

Triadic Colors of #9681dc

#9681dc #dc9681 #81dc96

Analogous Colors of #9681dc

#9681dc #c481dc #819adc

Monochromatic Colors of #9681dc

#9681dc

Complementary Color

#9681dc #c7dc81

#9681dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9681dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9681dc Color CSS Codes

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

#9681dc Text Font Color

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

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


#9681dc Background Color

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

This div background color is #9681dc


#9681dc Border Color

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

This div border color is #9681dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9681dc


Comments

No comments written yet.

Please login to write comment.