Color Hex Logo

#9679ce Color Hex

#9679CE
(150,121,206)
0 Favorites   0 Comments

Color spaces of #9679ce

RGB 150121206
HSL0.720.460.64
HSV260°41°81°
CMYK 0.270.410.00   0.19
XYZ30.555624.615061.5332
Yxy24.61500.26180.2109
Hunter Lab49.613523.1096-38.8050
CIE-Lab56.698429.1662-40.0114

#9679ce color RGB value is (150,121,206).

#9679ce hex color red value is 150, green value is 121 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #9679ce hue: 0.72 , saturation: 0.46 and the lightness value of 9679ce is 0.64.

The process color (four color CMYK) of #9679ce color hex is 0.27, 0.41, 0.00, 0.19. Web safe color of #9679ce is #9966cc. Color #9679ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01111001 11001110
Octal 226 171 316
Decimal 150 121 206
Hex 96 79 CE

RGB Percentages of Color #9679ce

%31.45
%25.37
%43.19

CMYK Percentages of Color #9679ce

%27
%41
%0
%19

Triadic Colors of #9679ce

#9679ce #ce9679 #79ce96

Analogous Colors of #9679ce

#9679ce #c179ce #7987ce

Monochromatic Colors of #9679ce

#9679ce

Complementary Color

#9679ce #b1ce79

#9679ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9679ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#9679ce Color CSS Codes

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

#9679ce Text Font Color

<p style="color:#9679ce">Text here</p>

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


#9679ce Background Color

<div style="background-color:#9679ce">
Div content here</div>

This div background color is #9679ce


#9679ce Border Color

<div style="border:3px solid #9679ce">
Div here</div>

This div border color is #9679ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,121,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9679ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9679ce;
  -webkit-box-shadow: 1px 1px 3px 2px #9679ce;
  box-shadow:         1px 1px 3px 2px #9679ce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9679ce


Comments

No comments written yet.

Please login to write comment.