Color Hex Logo

#968cff Color Hex

#968CFF
(150,140,255)
0 Favorites   0 Comments

Color spaces of #968cff

RGB 150140255
HSL0.681.000.77
HSV245°45°100°
CMYK 0.410.450.00   0.00
XYZ40.005832.460298.7647
Yxy32.46020.23360.1896
Hunter Lab56.973925.6346-62.8981
CIE-Lab63.721431.0857-56.1516

#968cff color RGB value is (150,140,255).

#968cff hex color red value is 150, green value is 140 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #968cff hue: 0.68 , saturation: 1.00 and the lightness value of 968cff is 0.77.

The process color (four color CMYK) of #968cff color hex is 0.41, 0.45, 0.00, 0.00. Web safe color of #968cff is #9999ff. Color #968cff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10001100 11111111
Octal 226 214 377
Decimal 150 140 255
Hex 96 8C FF

RGB Percentages of Color #968cff

%27.52
%25.69
%46.79

CMYK Percentages of Color #968cff

%41
%45
%0
%0

Triadic Colors of #968cff

#968cff #ff968c #8cff96

Analogous Colors of #968cff

#968cff #d08cff #8cbcff

Monochromatic Colors of #968cff

#968cff

Complementary Color

#968cff #f5ff8c

#968cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#968cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#968cff Color CSS Codes

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

#968cff Text Font Color

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

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


#968cff Background Color

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

This div background color is #968cff


#968cff Border Color

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

This div border color is #968cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #968cff


Comments

No comments written yet.

Please login to write comment.