Color Hex Logo

#968bef Color Hex

#968BEF
(150,139,239)
0 Favorites   0 Comments

Color spaces of #968bef

RGB 150139239
HSL0.690.760.74
HSV247°42°94°
CMYK 0.370.420.00   0.06
XYZ37.390331.181385.7093
Yxy31.18130.24240.2021
Hunter Lab55.840221.8022-51.9162
CIE-Lab62.660427.3084-49.0442

#968bef color RGB value is (150,139,239).

#968bef hex color red value is 150, green value is 139 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #968bef hue: 0.69 , saturation: 0.76 and the lightness value of 968bef is 0.74.

The process color (four color CMYK) of #968bef color hex is 0.37, 0.42, 0.00, 0.06. Web safe color of #968bef is #9999ff. Color #968bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10001011 11101111
Octal 226 213 357
Decimal 150 139 239
Hex 96 8B EF

RGB Percentages of Color #968bef

%28.41
%26.33
%45.27

CMYK Percentages of Color #968bef

%37
%42
%0
%6

Triadic Colors of #968bef

#968bef #ef968b #8bef96

Analogous Colors of #968bef

#968bef #c88bef #8bb2ef

Monochromatic Colors of #968bef

#968bef

Complementary Color

#968bef #e4ef8b

#968bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#968bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#968bef Color CSS Codes

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

#968bef Text Font Color

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

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


#968bef Background Color

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

This div background color is #968bef


#968bef Border Color

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

This div border color is #968bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #968bef


Comments

No comments written yet.

Please login to write comment.