Color Hex Logo

#967bff Color Hex

#967BFF
(150,123,255)
0 Favorites   0 Comments

Color spaces of #967bff

RGB 150123255
HSL0.701.000.74
HSV252°52°100°
CMYK 0.410.520.00   0.00
XYZ37.710627.869997.9996
Yxy27.86990.23050.1704
Hunter Lab52.792035.1211-73.1078
CIE-Lab59.771040.8057-62.4614

#967bff color RGB value is (150,123,255).

#967bff hex color red value is 150, green value is 123 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #967bff hue: 0.70 , saturation: 1.00 and the lightness value of 967bff is 0.74.

The process color (four color CMYK) of #967bff color hex is 0.41, 0.52, 0.00, 0.00. Web safe color of #967bff is #9966ff. Color #967bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01111011 11111111
Octal 226 173 377
Decimal 150 123 255
Hex 96 7B FF

RGB Percentages of Color #967bff

%28.41
%23.30
%48.30

CMYK Percentages of Color #967bff

%41
%52
%0
%0

Triadic Colors of #967bff

#967bff #ff967b #7bff96

Analogous Colors of #967bff

#967bff #d87bff #7ba2ff

Monochromatic Colors of #967bff

#967bff

Complementary Color

#967bff #e4ff7b

#967bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#967bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#967bff Color CSS Codes

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

#967bff Text Font Color

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

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


#967bff Background Color

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

This div background color is #967bff


#967bff Border Color

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

This div border color is #967bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #967bff


Comments

No comments written yet.

Please login to write comment.