Color Hex Logo

#967eea Color Hex

#967EEA
(150,126,234)
0 Favorites   0 Comments

Color spaces of #967eea

RGB 150126234
HSL0.700.720.71
HSV253°46°92°
CMYK 0.360.460.00   0.08
XYZ34.889827.346381.2814
Yxy27.34630.24310.1905
Hunter Lab52.293727.5794-55.5504
CIE-Lab59.293533.4648-51.6127

#967eea color RGB value is (150,126,234).

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

The process color (four color CMYK) of #967eea color hex is 0.36, 0.46, 0.00, 0.08. Web safe color of #967eea is #9966ff. Color #967eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01111110 11101010
Octal 226 176 352
Decimal 150 126 234
Hex 96 7E EA

RGB Percentages of Color #967eea

%29.41
%24.71
%45.88

CMYK Percentages of Color #967eea

%36
%46
%0
%8

Triadic Colors of #967eea

#967eea #ea967e #7eea96

Analogous Colors of #967eea

#967eea #cc7eea #7e9cea

Monochromatic Colors of #967eea

#967eea

Complementary Color

#967eea #d2ea7e

#967eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#967eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#967eea Color CSS Codes

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

#967eea Text Font Color

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

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


#967eea Background Color

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

This div background color is #967eea


#967eea Border Color

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

This div border color is #967eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #967eea


Comments

No comments written yet.

Please login to write comment.