Color Hex Logo

#9668ae Color Hex

#9668AE
(150,104,174)
0 Favorites   0 Comments

Color spaces of #9668ae

RGB 150104174
HSL0.780.300.55
HSV279°40°68°
CMYK 0.140.400.00   0.32
XYZ25.168019.440742.4703
Yxy19.44070.28900.2233
Hunter Lab44.091624.7295-26.2457
CIE-Lab51.198931.4249-30.2696

#9668ae color RGB value is (150,104,174).

#9668ae hex color red value is 150, green value is 104 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #9668ae hue: 0.78 , saturation: 0.30 and the lightness value of 9668ae is 0.55.

The process color (four color CMYK) of #9668ae color hex is 0.14, 0.40, 0.00, 0.32. Web safe color of #9668ae is #996699. Color #9668ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01101000 10101110
Octal 226 150 256
Decimal 150 104 174
Hex 96 68 AE

RGB Percentages of Color #9668ae

%35.05
%24.30
%40.65

CMYK Percentages of Color #9668ae

%14
%40
%0
%32

Triadic Colors of #9668ae

#9668ae #ae9668 #68ae96

Analogous Colors of #9668ae

#9668ae #ae68a3 #7368ae

Monochromatic Colors of #9668ae

#9668ae

Complementary Color

#9668ae #80ae68

#9668ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9668ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#9668ae Color CSS Codes

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

#9668ae Text Font Color

<p style="color:#9668ae">Text here</p>

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


#9668ae Background Color

<div style="background-color:#9668ae">
Div content here</div>

This div background color is #9668ae


#9668ae Border Color

<div style="border:3px solid #9668ae">
Div here</div>

This div border color is #9668ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,104,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9668ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9668ae;
  -webkit-box-shadow: 1px 1px 3px 2px #9668ae;
  box-shadow:         1px 1px 3px 2px #9668ae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9668ae


Comments

No comments written yet.

Please login to write comment.