Color Hex Logo

#967afc Color Hex

#967AFC
(150,122,252)
0 Favorites   0 Comments

Color spaces of #967afc

RGB 150122252
HSL0.700.960.73
HSV253°52°99°
CMYK 0.400.520.00   0.01
XYZ37.107927.431495.4344
Yxy27.43140.23200.1715
Hunter Lab52.375034.8117-71.3720
CIE-Lab59.371540.5598-61.4504

#967afc color RGB value is (150,122,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01111010 11111100
Octal 226 172 374
Decimal 150 122 252
Hex 96 7A FC

RGB Percentages of Color #967afc

%28.63
%23.28
%48.09

CMYK Percentages of Color #967afc

%40
%52
%0
%1

Triadic Colors of #967afc

#967afc #fc967a #7afc96

Analogous Colors of #967afc

#967afc #d77afc #7a9ffc

Monochromatic Colors of #967afc

#967afc

Complementary Color

#967afc #e0fc7a

#967afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#967afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#967afc Color CSS Codes

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

#967afc Text Font Color

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

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


#967afc Background Color

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

This div background color is #967afc


#967afc Border Color

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

This div border color is #967afc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,122,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 #967afc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #967afc

Related Colors


Comments

No comments written yet.

Please login to write comment.