Color Hex Logo

#967ffa Color Hex

#967FFA
(150,127,250)
0 Favorites   0 Comments

Color spaces of #967ffa

RGB 150127250
HSL0.700.920.74
HSV251°49°98°
CMYK 0.400.490.00   0.02
XYZ37.422428.564993.9837
Yxy28.56490.23390.1786
Hunter Lab53.446131.4530-66.8477
CIE-Lab60.395737.1748-58.7098

#967ffa color RGB value is (150,127,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01111111 11111010
Octal 226 177 372
Decimal 150 127 250
Hex 96 7F FA

RGB Percentages of Color #967ffa

%28.46
%24.10
%47.44

CMYK Percentages of Color #967ffa

%40
%49
%0
%2

Triadic Colors of #967ffa

#967ffa #fa967f #7ffa96

Analogous Colors of #967ffa

#967ffa #d47ffa #7fa6fa

Monochromatic Colors of #967ffa

#967ffa

Complementary Color

#967ffa #e3fa7f

#967ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#967ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#967ffa Color CSS Codes

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

#967ffa Text Font Color

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

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


#967ffa Background Color

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

This div background color is #967ffa


#967ffa Border Color

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

This div border color is #967ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #967ffa


Comments

No comments written yet.

Please login to write comment.