Color Hex Logo

#967def Color Hex

#967DEF
(150,125,239)
0 Favorites   0 Comments

Color spaces of #967def

RGB 150125239
HSL0.700.780.71
HSV253°48°94°
CMYK 0.370.480.00   0.06
XYZ35.491327.383385.0763
Yxy27.38330.23990.1851
Hunter Lab52.329129.4888-59.7630
CIE-Lab59.327435.3641-54.3349

#967def color RGB value is (150,125,239).

#967def hex color red value is 150, green value is 125 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #967def hue: 0.70 , saturation: 0.78 and the lightness value of 967def is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01111101 11101111
Octal 226 175 357
Decimal 150 125 239
Hex 96 7D EF

RGB Percentages of Color #967def

%29.18
%24.32
%46.50

CMYK Percentages of Color #967def

%37
%48
%0
%6

Triadic Colors of #967def

#967def #ef967d #7def96

Analogous Colors of #967def

#967def #cf7def #7d9def

Monochromatic Colors of #967def

#967def

Complementary Color

#967def #d6ef7d

#967def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#967def Color Preview on White Background

Lorem ipsum dolor sit amet.

#967def Color CSS Codes

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

#967def Text Font Color

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

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


#967def Background Color

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

This div background color is #967def


#967def Border Color

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

This div border color is #967def


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,125,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 #967def">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #967def


Comments

No comments written yet.

Please login to write comment.