Color Hex Logo

#967ccc Color Hex

#967CCC
(150,124,204)
0 Favorites   0 Comments

Color spaces of #967ccc

RGB 150124204
HSL0.720.440.64
HSV260°39°80°
CMYK 0.260.390.00   0.20
XYZ30.684425.259060.3850
Yxy25.25900.26380.2171
Hunter Lab50.258321.0282-36.0556
CIE-Lab57.326926.9376-37.8927

#967ccc color RGB value is (150,124,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01111100 11001100
Octal 226 174 314
Decimal 150 124 204
Hex 96 7C CC

RGB Percentages of Color #967ccc

%31.38
%25.94
%42.68

CMYK Percentages of Color #967ccc

%26
%39
%0
%20

Triadic Colors of #967ccc

#967ccc #cc967c #7ccc96

Analogous Colors of #967ccc

#967ccc #be7ccc #7c8acc

Monochromatic Colors of #967ccc

#967ccc

Complementary Color

#967ccc #b2cc7c

#967ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#967ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#967ccc Color CSS Codes

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

#967ccc Text Font Color

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

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


#967ccc Background Color

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

This div background color is #967ccc


#967ccc Border Color

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

This div border color is #967ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #967ccc


Comments

No comments written yet.

Please login to write comment.