Color Hex Logo

#967ffc Color Hex

#967FFC
(150,127,252)
0 Favorites   0 Comments

Color spaces of #967ffc

RGB 150127252
HSL0.700.950.74
HSV251°50°99°
CMYK 0.400.500.00   0.01
XYZ37.737728.691095.6444
Yxy28.69100.23280.1770
Hunter Lab53.564032.0225-68.3741
CIE-Lab60.507937.7173-59.6314

#967ffc color RGB value is (150,127,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01111111 11111100
Octal 226 177 374
Decimal 150 127 252
Hex 96 7F FC

RGB Percentages of Color #967ffc

%28.36
%24.01
%47.64

CMYK Percentages of Color #967ffc

%40
%50
%0
%1

Triadic Colors of #967ffc

#967ffc #fc967f #7ffc96

Analogous Colors of #967ffc

#967ffc #d57ffc #7fa7fc

Monochromatic Colors of #967ffc

#967ffc

Complementary Color

#967ffc #e5fc7f

#967ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#967ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#967ffc Color CSS Codes

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

#967ffc Text Font Color

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

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


#967ffc Background Color

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

This div background color is #967ffc


#967ffc Border Color

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

This div border color is #967ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #967ffc

Related Colors


Comments

No comments written yet.

Please login to write comment.