Color Hex Logo

#967abf Color Hex

#967ABF
(150,122,191)
0 Favorites   0 Comments

Color spaces of #967abf

RGB 150122191
HSL0.730.350.61
HSV264°36°75°
CMYK 0.210.360.00   0.25
XYZ28.941224.164752.4291
Yxy24.16470.27420.2290
Hunter Lab49.157619.0648-28.8255
CIE-Lab56.252324.9470-32.1866

#967abf color RGB value is (150,122,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01111010 10111111
Octal 226 172 277
Decimal 150 122 191
Hex 96 7A BF

RGB Percentages of Color #967abf

%32.40
%26.35
%41.25

CMYK Percentages of Color #967abf

%21
%36
%0
%25

Triadic Colors of #967abf

#967abf #bf967a #7abf96

Analogous Colors of #967abf

#967abf #b97abf #7a81bf

Monochromatic Colors of #967abf

#967abf

Complementary Color

#967abf #a3bf7a

#967abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#967abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#967abf Color CSS Codes

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

#967abf Text Font Color

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

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


#967abf Background Color

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

This div background color is #967abf


#967abf Border Color

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

This div border color is #967abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #967abf


Comments

No comments written yet.

Please login to write comment.