Color Hex Logo

#968def Color Hex

#968DEF
(150,141,239)
0 Favorites   0 Comments

Color spaces of #968def

RGB 150141239
HSL0.680.750.75
HSV246°41°94°
CMYK 0.370.410.00   0.06
XYZ37.682531.765885.8067
Yxy31.76580.24270.2046
Hunter Lab56.361220.7113-50.8129
CIE-Lab63.148826.1549-48.2720

#968def color RGB value is (150,141,239).

#968def hex color red value is 150, green value is 141 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #968def hue: 0.68 , saturation: 0.75 and the lightness value of 968def is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10001101 11101111
Octal 226 215 357
Decimal 150 141 239
Hex 96 8D EF

RGB Percentages of Color #968def

%28.30
%26.60
%45.09

CMYK Percentages of Color #968def

%37
%41
%0
%6

Triadic Colors of #968def

#968def #ef968d #8def96

Analogous Colors of #968def

#968def #c78def #8db5ef

Monochromatic Colors of #968def

#968def

Complementary Color

#968def #e6ef8d

#968def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#968def Color Preview on White Background

Lorem ipsum dolor sit amet.

#968def Color CSS Codes

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

#968def Text Font Color

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

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


#968def Background Color

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

This div background color is #968def


#968def Border Color

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

This div border color is #968def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #968def


Comments

No comments written yet.

Please login to write comment.