Color Hex Logo

#967aec Color Hex

#967AEC
(150,122,236)
0 Favorites   0 Comments

Color spaces of #967aec

RGB 150122236
HSL0.710.750.70
HSV255°48°93°
CMYK 0.360.480.00   0.07
XYZ34.677526.459282.6363
Yxy26.45920.24120.1840
Hunter Lab51.438530.3192-59.2428
CIE-Lab58.470436.2851-54.0345

#967aec color RGB value is (150,122,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01111010 11101100
Octal 226 172 354
Decimal 150 122 236
Hex 96 7A EC

RGB Percentages of Color #967aec

%29.53
%24.02
%46.46

CMYK Percentages of Color #967aec

%36
%48
%0
%7

Triadic Colors of #967aec

#967aec #ec967a #7aec96

Analogous Colors of #967aec

#967aec #cf7aec #7a97ec

Monochromatic Colors of #967aec

#967aec

Complementary Color

#967aec #d0ec7a

#967aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#967aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#967aec Color CSS Codes

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

#967aec Text Font Color

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

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


#967aec Background Color

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

This div background color is #967aec


#967aec Border Color

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

This div border color is #967aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #967aec


Comments

No comments written yet.

Please login to write comment.