Color Hex Logo

#967cec Color Hex

#967CEC
(150,124,236)
0 Favorites   0 Comments

Color spaces of #967cec

RGB 150124236
HSL0.710.750.71
HSV254°47°93°
CMYK 0.360.470.00   0.07
XYZ34.925726.955582.7190
Yxy26.95550.24150.1864
Hunter Lab51.918729.2192-58.1202
CIE-Lab58.933135.1410-53.2975

#967cec color RGB value is (150,124,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01111100 11101100
Octal 226 174 354
Decimal 150 124 236
Hex 96 7C EC

RGB Percentages of Color #967cec

%29.41
%24.31
%46.27

CMYK Percentages of Color #967cec

%36
%47
%0
%7

Triadic Colors of #967cec

#967cec #ec967c #7cec96

Analogous Colors of #967cec

#967cec #ce7cec #7c9aec

Monochromatic Colors of #967cec

#967cec

Complementary Color

#967cec #d2ec7c

#967cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#967cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#967cec Color CSS Codes

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

#967cec Text Font Color

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

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


#967cec Background Color

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

This div background color is #967cec


#967cec Border Color

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

This div border color is #967cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #967cec


Comments

No comments written yet.

Please login to write comment.