Color Hex Logo

#967fcd Color Hex

#967FCD
(150,127,205)
0 Favorites   0 Comments

Color spaces of #967fcd

RGB 150127205
HSL0.720.440.65
HSV258°38°80°
CMYK 0.270.380.00   0.20
XYZ31.186526.070661.1460
Yxy26.07060.26340.2202
Hunter Lab51.059419.6719-35.2610
CIE-Lab58.104025.4488-37.2403

#967fcd color RGB value is (150,127,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01111111 11001101
Octal 226 177 315
Decimal 150 127 205
Hex 96 7F CD

RGB Percentages of Color #967fcd

%31.12
%26.35
%42.53

CMYK Percentages of Color #967fcd

%27
%38
%0
%20

Triadic Colors of #967fcd

#967fcd #cd967f #7fcd96

Analogous Colors of #967fcd

#967fcd #bd7fcd #7f8fcd

Monochromatic Colors of #967fcd

#967fcd

Complementary Color

#967fcd #b6cd7f

#967fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#967fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#967fcd Color CSS Codes

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

#967fcd Text Font Color

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

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


#967fcd Background Color

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

This div background color is #967fcd


#967fcd Border Color

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

This div border color is #967fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #967fcd


Comments

No comments written yet.

Please login to write comment.