Color Hex Logo

#967aae Color Hex

#967AAE
(150,122,174)
0 Favorites   0 Comments

Color spaces of #967aae

RGB 150122174
HSL0.760.240.58
HSV272°30°68°
CMYK 0.140.300.00   0.32
XYZ27.177223.459143.1401
Yxy23.45910.28980.2502
Hunter Lab48.434615.3978-18.9047
CIE-Lab55.542121.0302-23.5454

#967aae color RGB value is (150,122,174).

#967aae hex color red value is 150, green value is 122 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #967aae hue: 0.76 , saturation: 0.24 and the lightness value of 967aae is 0.58.

The process color (four color CMYK) of #967aae color hex is 0.14, 0.30, 0.00, 0.32. Web safe color of #967aae is #996699. Color #967aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01111010 10101110
Octal 226 172 256
Decimal 150 122 174
Hex 96 7A AE

RGB Percentages of Color #967aae

%33.63
%27.35
%39.01

CMYK Percentages of Color #967aae

%14
%30
%0
%32

Triadic Colors of #967aae

#967aae #ae967a #7aae96

Analogous Colors of #967aae

#967aae #ae7aac #7c7aae

Monochromatic Colors of #967aae

#967aae

Complementary Color

#967aae #92ae7a

#967aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#967aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#967aae Color CSS Codes

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

#967aae Text Font Color

<p style="color:#967aae">Text here</p>

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


#967aae Background Color

<div style="background-color:#967aae">
Div content here</div>

This div background color is #967aae


#967aae Border Color

<div style="border:3px solid #967aae">
Div here</div>

This div border color is #967aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #967aae


Comments

No comments written yet.

Please login to write comment.