Color Hex Logo

#968fdb Color Hex

#968FDB
(150,143,219)
0 Favorites   0 Comments

Color spaces of #968fdb

RGB 150143219
HSL0.680.510.71
HSV246°35°86°
CMYK 0.320.350.00   0.14
XYZ35.186331.243471.1939
Yxy31.24340.25570.2270
Hunter Lab55.895814.5478-36.3900
CIE-Lab62.712619.7387-37.8785

#968fdb color RGB value is (150,143,219).

#968fdb hex color red value is 150, green value is 143 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #968fdb hue: 0.68 , saturation: 0.51 and the lightness value of 968fdb is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10001111 11011011
Octal 226 217 333
Decimal 150 143 219
Hex 96 8F DB

RGB Percentages of Color #968fdb

%29.30
%27.93
%42.77

CMYK Percentages of Color #968fdb

%32
%35
%0
%14

Triadic Colors of #968fdb

#968fdb #db968f #8fdb96

Analogous Colors of #968fdb

#968fdb #bc8fdb #8faedb

Monochromatic Colors of #968fdb

#968fdb

Complementary Color

#968fdb #d4db8f

#968fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#968fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#968fdb Color CSS Codes

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

#968fdb Text Font Color

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

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


#968fdb Background Color

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

This div background color is #968fdb


#968fdb Border Color

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

This div border color is #968fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #968fdb


Comments

No comments written yet.

Please login to write comment.