Color Hex Logo

#968cec Color Hex

#968CEC
(150,140,236)
0 Favorites   0 Comments

Color spaces of #968cec

RGB 150140236
HSL0.680.720.74
HSV246°41°93°
CMYK 0.360.410.00   0.07
XYZ37.096131.296383.4425
Yxy31.29630.24430.2061
Hunter Lab55.943120.4637-49.2744
CIE-Lab62.757025.9287-47.2352

#968cec color RGB value is (150,140,236).

#968cec hex color red value is 150, green value is 140 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #968cec hue: 0.68 , saturation: 0.72 and the lightness value of 968cec is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10001100 11101100
Octal 226 214 354
Decimal 150 140 236
Hex 96 8C EC

RGB Percentages of Color #968cec

%28.52
%26.62
%44.87

CMYK Percentages of Color #968cec

%36
%41
%0
%7

Triadic Colors of #968cec

#968cec #ec968c #8cec96

Analogous Colors of #968cec

#968cec #c68cec #8cb2ec

Monochromatic Colors of #968cec

#968cec

Complementary Color

#968cec #e2ec8c

#968cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#968cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#968cec Color CSS Codes

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

#968cec Text Font Color

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

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


#968cec Background Color

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

This div background color is #968cec


#968cec Border Color

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

This div border color is #968cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #968cec


Comments

No comments written yet.

Please login to write comment.