Color Hex Logo

#9676be Color Hex

#9676BE
(150,118,190)
0 Favorites   0 Comments

Color spaces of #9676be

RGB 150118190
HSL0.740.360.60
HSV267°38°75°
CMYK 0.210.380.00   0.25
XYZ28.350423.158651.6910
Yxy23.15860.27470.2244
Hunter Lab48.123420.9418-29.9991
CIE-Lab55.235327.0259-33.2010

#9676be color RGB value is (150,118,190).

#9676be hex color red value is 150, green value is 118 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #9676be hue: 0.74 , saturation: 0.36 and the lightness value of 9676be is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01110110 10111110
Octal 226 166 276
Decimal 150 118 190
Hex 96 76 BE

RGB Percentages of Color #9676be

%32.75
%25.76
%41.48

CMYK Percentages of Color #9676be

%21
%38
%0
%25

Triadic Colors of #9676be

#9676be #be9676 #76be96

Analogous Colors of #9676be

#9676be #ba76be #767abe

Monochromatic Colors of #9676be

#9676be

Complementary Color

#9676be #9ebe76

#9676be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9676be Color Preview on White Background

Lorem ipsum dolor sit amet.

#9676be Color CSS Codes

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

#9676be Text Font Color

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

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


#9676be Background Color

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

This div background color is #9676be


#9676be Border Color

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

This div border color is #9676be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9676be


Comments

No comments written yet.

Please login to write comment.