Color Hex Logo

#967498 Color Hex

#967498
(150,116,152)
0 Favorites   0 Comments

Color spaces of #967498

RGB 150116152
HSL0.820.150.53
HSV297°24°60°
CMYK 0.010.240.00   0.40
XYZ24.490621.241832.5150
Yxy21.24180.31300.2715
Hunter Lab46.088814.1956-9.5661
CIE-Lab53.213119.8360-14.3485

#967498 color RGB value is (150,116,152).

#967498 hex color red value is 150, green value is 116 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #967498 hue: 0.82 , saturation: 0.15 and the lightness value of 967498 is 0.53.

The process color (four color CMYK) of #967498 color hex is 0.01, 0.24, 0.00, 0.40. Web safe color of #967498 is #996699. Color #967498 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01110100 10011000
Octal 226 164 230
Decimal 150 116 152
Hex 96 74 98

RGB Percentages of Color #967498

%35.89
%27.75
%36.36

CMYK Percentages of Color #967498

%1
%24
%0
%40

Triadic Colors of #967498

#967498 #989674 #749896

Analogous Colors of #967498

#967498 #987488 #847498

Monochromatic Colors of #967498

#967498

Complementary Color

#967498 #769874

#967498 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#967498 Color Preview on White Background

Lorem ipsum dolor sit amet.

#967498 Color CSS Codes

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

#967498 Text Font Color

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

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


#967498 Background Color

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

This div background color is #967498


#967498 Border Color

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

This div border color is #967498


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,116,152, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #967498; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #967498;
  -webkit-box-shadow: 1px 1px 3px 2px #967498;
  box-shadow:         1px 1px 3px 2px #967498; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #967498


Comments

No comments written yet.

Please login to write comment.