Color Hex Logo

#967abd Color Hex

#967ABD
(150,122,189)
0 Favorites   0 Comments

Color spaces of #967abd

RGB 150122189
HSL0.740.340.61
HSV265°35°74°
CMYK 0.210.350.00   0.26
XYZ28.722524.077251.2776
Yxy24.07720.27600.2313
Hunter Lab49.068518.6159-27.6113
CIE-Lab56.165024.4739-31.1810

#967abd color RGB value is (150,122,189).

#967abd hex color red value is 150, green value is 122 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #967abd hue: 0.74 , saturation: 0.34 and the lightness value of 967abd is 0.61.

The process color (four color CMYK) of #967abd color hex is 0.21, 0.35, 0.00, 0.26. Web safe color of #967abd is #9966cc. Color #967abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01111010 10111101
Octal 226 172 275
Decimal 150 122 189
Hex 96 7A BD

RGB Percentages of Color #967abd

%32.54
%26.46
%41.00

CMYK Percentages of Color #967abd

%21
%35
%0
%26

Triadic Colors of #967abd

#967abd #bd967a #7abd96

Analogous Colors of #967abd

#967abd #b87abd #7a80bd

Monochromatic Colors of #967abd

#967abd

Complementary Color

#967abd #a1bd7a

#967abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#967abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#967abd Color CSS Codes

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

#967abd Text Font Color

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

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


#967abd Background Color

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

This div background color is #967abd


#967abd Border Color

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

This div border color is #967abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #967abd


Comments

No comments written yet.

Please login to write comment.