Color Hex Logo

#967fcc Color Hex

#967FCC
(150,127,204)
0 Favorites   0 Comments

Color spaces of #967fcc

RGB 150127204
HSL0.720.430.65
HSV258°38°80°
CMYK 0.260.380.00   0.20
XYZ31.066126.022460.5122
Yxy26.02240.26420.2213
Hunter Lab51.012219.4342-34.6231
CIE-Lab58.058325.2014-36.7470

#967fcc color RGB value is (150,127,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01111111 11001100
Octal 226 177 314
Decimal 150 127 204
Hex 96 7F CC

RGB Percentages of Color #967fcc

%31.19
%26.40
%42.41

CMYK Percentages of Color #967fcc

%26
%38
%0
%20

Triadic Colors of #967fcc

#967fcc #cc967f #7fcc96

Analogous Colors of #967fcc

#967fcc #bd7fcc #7f8fcc

Monochromatic Colors of #967fcc

#967fcc

Complementary Color

#967fcc #b5cc7f

#967fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#967fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#967fcc Color CSS Codes

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

#967fcc Text Font Color

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

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


#967fcc Background Color

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

This div background color is #967fcc


#967fcc Border Color

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

This div border color is #967fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #967fcc


Comments

No comments written yet.

Please login to write comment.