Color Hex Logo

#967cfb Color Hex

#967CFB
(150,124,251)
0 Favorites   0 Comments

Color spaces of #967cfb

RGB 150124251
HSL0.700.940.74
HSV252°51°98°
CMYK 0.400.510.00   0.02
XYZ37.197927.864494.6846
Yxy27.86440.23290.1744
Hunter Lab52.786733.4091-69.3989
CIE-Lab59.766039.1546-60.2677

#967cfb color RGB value is (150,124,251).

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

The process color (four color CMYK) of #967cfb color hex is 0.40, 0.51, 0.00, 0.02. Web safe color of #967cfb is #9966ff. Color #967cfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01111100 11111011
Octal 226 174 373
Decimal 150 124 251
Hex 96 7C FB

RGB Percentages of Color #967cfb

%28.57
%23.62
%47.81

CMYK Percentages of Color #967cfb

%40
%51
%0
%2

Triadic Colors of #967cfb

#967cfb #fb967c #7cfb96

Analogous Colors of #967cfb

#967cfb #d67cfb #7ca2fb

Monochromatic Colors of #967cfb

#967cfb

Complementary Color

#967cfb #e1fb7c

#967cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#967cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#967cfb Color CSS Codes

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

#967cfb Text Font Color

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

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


#967cfb Background Color

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

This div background color is #967cfb


#967cfb Border Color

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

This div border color is #967cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #967cfb


Comments

No comments written yet.

Please login to write comment.