Color Hex Logo

#967eee Color Hex

#967EEE
(150,126,238)
0 Favorites   0 Comments

Color spaces of #967eee

RGB 150126238
HSL0.700.770.71
HSV253°47°93°
CMYK 0.370.470.00   0.07
XYZ35.471127.578884.3426
Yxy27.57880.24070.1871
Hunter Lab52.515528.6639-58.4619
CIE-Lab59.506334.5249-53.4955

#967eee color RGB value is (150,126,238).

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

The process color (four color CMYK) of #967eee color hex is 0.37, 0.47, 0.00, 0.07. Web safe color of #967eee is #9966ff. Color #967eee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01111110 11101110
Octal 226 176 356
Decimal 150 126 238
Hex 96 7E EE

RGB Percentages of Color #967eee

%29.18
%24.51
%46.30

CMYK Percentages of Color #967eee

%37
%47
%0
%7

Triadic Colors of #967eee

#967eee #ee967e #7eee96

Analogous Colors of #967eee

#967eee #ce7eee #7e9eee

Monochromatic Colors of #967eee

#967eee

Complementary Color

#967eee #d6ee7e

#967eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#967eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#967eee Color CSS Codes

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

#967eee Text Font Color

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

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


#967eee Background Color

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

This div background color is #967eee


#967eee Border Color

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

This div border color is #967eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #967eee


Comments

No comments written yet.

Please login to write comment.