Color Hex Logo

#968bcb Color Hex

#968BCB
(150,139,203)
0 Favorites   0 Comments

Color spaces of #968bcb

RGB 150139203
HSL0.700.380.67
HSV250°32°80°
CMYK 0.260.320.00   0.20
XYZ32.589829.261160.4302
Yxy29.26110.26650.2393
Hunter Lab54.093512.8775-28.3699
CIE-Lab61.011418.0139-31.5812

#968bcb color RGB value is (150,139,203).

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

The process color (four color CMYK) of #968bcb color hex is 0.26, 0.32, 0.00, 0.20. Web safe color of #968bcb is #9999cc. Color #968bcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10001011 11001011
Octal 226 213 313
Decimal 150 139 203
Hex 96 8B CB

RGB Percentages of Color #968bcb

%30.49
%28.25
%41.26

CMYK Percentages of Color #968bcb

%26
%32
%0
%20

Triadic Colors of #968bcb

#968bcb #cb968b #8bcb96

Analogous Colors of #968bcb

#968bcb #b68bcb #8ba0cb

Monochromatic Colors of #968bcb

#968bcb

Complementary Color

#968bcb #c0cb8b

#968bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#968bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#968bcb Color CSS Codes

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

#968bcb Text Font Color

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

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


#968bcb Background Color

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

This div background color is #968bcb


#968bcb Border Color

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

This div border color is #968bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #968bcb


Comments

No comments written yet.

Please login to write comment.