Color Hex Logo

#968eba Color Hex

#968EBA
(150,142,186)
0 Favorites   0 Comments

Color spaces of #968eba

RGB 150142186
HSL0.700.240.64
HSV251°24°73°
CMYK 0.190.240.00   0.27
XYZ31.113629.375250.4845
Yxy29.37520.28040.2647
Hunter Lab54.19897.6223-17.2875
CIE-Lab61.111312.2172-21.8465

#968eba color RGB value is (150,142,186).

#968eba hex color red value is 150, green value is 142 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #968eba hue: 0.70 , saturation: 0.24 and the lightness value of 968eba is 0.64.

The process color (four color CMYK) of #968eba color hex is 0.19, 0.24, 0.00, 0.27. Web safe color of #968eba is #9999cc. Color #968eba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10001110 10111010
Octal 226 216 272
Decimal 150 142 186
Hex 96 8E BA

RGB Percentages of Color #968eba

%31.38
%29.71
%38.91

CMYK Percentages of Color #968eba

%19
%24
%0
%27

Triadic Colors of #968eba

#968eba #ba968e #8eba96

Analogous Colors of #968eba

#968eba #ac8eba #8e9cba

Monochromatic Colors of #968eba

#968eba

Complementary Color

#968eba #b2ba8e

#968eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#968eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#968eba Color CSS Codes

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

#968eba Text Font Color

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

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


#968eba Background Color

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

This div background color is #968eba


#968eba Border Color

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

This div border color is #968eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #968eba


Comments

No comments written yet.

Please login to write comment.