Color Hex Logo

#968bbe Color Hex

#968BBE
(150,139,190)
0 Favorites   0 Comments

Color spaces of #968bbe

RGB 150139190
HSL0.700.280.65
HSV253°27°75°
CMYK 0.210.270.00   0.25
XYZ31.104628.667052.6091
Yxy28.66700.27680.2551
Hunter Lab53.541610.0006-20.7783
CIE-Lab60.486614.8768-25.0653

#968bbe color RGB value is (150,139,190).

#968bbe hex color red value is 150, green value is 139 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #968bbe hue: 0.70 , saturation: 0.28 and the lightness value of 968bbe is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10001011 10111110
Octal 226 213 276
Decimal 150 139 190
Hex 96 8B BE

RGB Percentages of Color #968bbe

%31.32
%29.02
%39.67

CMYK Percentages of Color #968bbe

%21
%27
%0
%25

Triadic Colors of #968bbe

#968bbe #be968b #8bbe96

Analogous Colors of #968bbe

#968bbe #b08bbe #8b9abe

Monochromatic Colors of #968bbe

#968bbe

Complementary Color

#968bbe #b3be8b

#968bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#968bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#968bbe Color CSS Codes

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

#968bbe Text Font Color

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

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


#968bbe Background Color

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

This div background color is #968bbe


#968bbe Border Color

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

This div border color is #968bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #968bbe


Comments

No comments written yet.

Please login to write comment.