Color Hex Logo

#968abc Color Hex

#968ABC
(150,138,188)
0 Favorites   0 Comments

Color spaces of #968abc

RGB 150138188
HSL0.710.270.64
HSV254°27°74°
CMYK 0.200.270.00   0.26
XYZ30.743328.291851.4175
Yxy28.29180.27830.2561
Hunter Lab53.190010.0886-20.0812
CIE-Lab60.151514.9821-24.4492

#968abc color RGB value is (150,138,188).

#968abc hex color red value is 150, green value is 138 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #968abc hue: 0.71 , saturation: 0.27 and the lightness value of 968abc is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10001010 10111100
Octal 226 212 274
Decimal 150 138 188
Hex 96 8A BC

RGB Percentages of Color #968abc

%31.51
%28.99
%39.50

CMYK Percentages of Color #968abc

%20
%27
%0
%26

Triadic Colors of #968abc

#968abc #bc968a #8abc96

Analogous Colors of #968abc

#968abc #af8abc #8a97bc

Monochromatic Colors of #968abc

#968abc

Complementary Color

#968abc #b0bc8a

#968abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#968abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#968abc Color CSS Codes

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

#968abc Text Font Color

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

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


#968abc Background Color

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

This div background color is #968abc


#968abc Border Color

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

This div border color is #968abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #968abc


Comments

No comments written yet.

Please login to write comment.