Color Hex Logo

#967efc Color Hex

#967EFC
(150,126,252)
0 Favorites   0 Comments

Color spaces of #967efc

RGB 150126252
HSL0.700.950.74
HSV251°50°99°
CMYK 0.400.500.00   0.01
XYZ37.609228.434095.6016
Yxy28.43400.23270.1759
Hunter Lab53.323532.5802-68.9721
CIE-Lab60.278838.2873-59.9978

#967efc color RGB value is (150,126,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01111110 11111100
Octal 226 176 374
Decimal 150 126 252
Hex 96 7E FC

RGB Percentages of Color #967efc

%28.41
%23.86
%47.73

CMYK Percentages of Color #967efc

%40
%50
%0
%1

Triadic Colors of #967efc

#967efc #fc967e #7efc96

Analogous Colors of #967efc

#967efc #d57efc #7ea5fc

Monochromatic Colors of #967efc

#967efc

Complementary Color

#967efc #e4fc7e

#967efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#967efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#967efc Color CSS Codes

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

#967efc Text Font Color

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

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


#967efc Background Color

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

This div background color is #967efc


#967efc Border Color

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

This div border color is #967efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #967efc


Comments

No comments written yet.

Please login to write comment.