Color Hex Logo

#967eed Color Hex

#967EED
(150,126,237)
0 Favorites   0 Comments

Color spaces of #967eed

RGB 150126237
HSL0.700.760.71
HSV253°47°93°
CMYK 0.370.470.00   0.07
XYZ35.324627.520283.5709
Yxy27.52020.24130.1880
Hunter Lab52.459728.3914-57.7301
CIE-Lab59.452834.2593-53.0259

#967eed color RGB value is (150,126,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01111110 11101101
Octal 226 176 355
Decimal 150 126 237
Hex 96 7E ED

RGB Percentages of Color #967eed

%29.24
%24.56
%46.20

CMYK Percentages of Color #967eed

%37
%47
%0
%7

Triadic Colors of #967eed

#967eed #ed967e #7eed96

Analogous Colors of #967eed

#967eed #ce7eed #7e9eed

Monochromatic Colors of #967eed

#967eed

Complementary Color

#967eed #d5ed7e

#967eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#967eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#967eed Color CSS Codes

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

#967eed Text Font Color

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

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


#967eed Background Color

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

This div background color is #967eed


#967eed Border Color

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

This div border color is #967eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #967eed


Comments

No comments written yet.

Please login to write comment.