Color Hex Logo

#967bcd Color Hex

#967BCD
(150,123,205)
0 Favorites   0 Comments

Color spaces of #967bcd

RGB 150123205
HSL0.720.450.64
HSV260°40°80°
CMYK 0.270.400.00   0.20
XYZ30.680125.057760.9772
Yxy25.05770.26290.2147
Hunter Lab50.057721.8009-37.1831
CIE-Lab57.131627.7634-38.7649

#967bcd color RGB value is (150,123,205).

#967bcd hex color red value is 150, green value is 123 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #967bcd hue: 0.72 , saturation: 0.45 and the lightness value of 967bcd is 0.64.

The process color (four color CMYK) of #967bcd color hex is 0.27, 0.40, 0.00, 0.20. Web safe color of #967bcd is #9966cc. Color #967bcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01111011 11001101
Octal 226 173 315
Decimal 150 123 205
Hex 96 7B CD

RGB Percentages of Color #967bcd

%31.38
%25.73
%42.89

CMYK Percentages of Color #967bcd

%27
%40
%0
%20

Triadic Colors of #967bcd

#967bcd #cd967b #7bcd96

Analogous Colors of #967bcd

#967bcd #bf7bcd #7b89cd

Monochromatic Colors of #967bcd

#967bcd

Complementary Color

#967bcd #b2cd7b

#967bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#967bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#967bcd Color CSS Codes

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

#967bcd Text Font Color

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

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


#967bcd Background Color

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

This div background color is #967bcd


#967bcd Border Color

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

This div border color is #967bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #967bcd


Comments

No comments written yet.

Please login to write comment.