Color Hex Logo

#968bfc Color Hex

#968BFC
(150,139,252)
0 Favorites   0 Comments

Color spaces of #968bfc

RGB 150139252
HSL0.680.950.77
HSV246°45°99°
CMYK 0.400.450.00   0.01
XYZ39.381031.977596.1921
Yxy31.97750.23500.1909
Hunter Lab56.548725.3489-61.2712
CIE-Lab63.324330.8365-55.1405

#968bfc color RGB value is (150,139,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10001011 11111100
Octal 226 213 374
Decimal 150 139 252
Hex 96 8B FC

RGB Percentages of Color #968bfc

%27.73
%25.69
%46.58

CMYK Percentages of Color #968bfc

%40
%45
%0
%1

Triadic Colors of #968bfc

#968bfc #fc968b #8bfc96

Analogous Colors of #968bfc

#968bfc #cf8bfc #8bb9fc

Monochromatic Colors of #968bfc

#968bfc

Complementary Color

#968bfc #f1fc8b

#968bfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#968bfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#968bfc Color CSS Codes

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

#968bfc Text Font Color

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

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


#968bfc Background Color

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

This div background color is #968bfc


#968bfc Border Color

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

This div border color is #968bfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #968bfc


Comments

No comments written yet.

Please login to write comment.