Color Hex Logo

#967fcb Color Hex

#967FCB
(150,127,203)
0 Favorites   0 Comments

Color spaces of #967fcb

RGB 150127203
HSL0.720.420.65
HSV258°37°80°
CMYK 0.260.370.00   0.20
XYZ30.946525.974659.8824
Yxy25.97460.26490.2224
Hunter Lab50.965319.1973-33.9880
CIE-Lab58.012924.9544-36.2528

#967fcb color RGB value is (150,127,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01111111 11001011
Octal 226 177 313
Decimal 150 127 203
Hex 96 7F CB

RGB Percentages of Color #967fcb

%31.25
%26.46
%42.29

CMYK Percentages of Color #967fcb

%26
%37
%0
%20

Triadic Colors of #967fcb

#967fcb #cb967f #7fcb96

Analogous Colors of #967fcb

#967fcb #bc7fcb #7f8ecb

Monochromatic Colors of #967fcb

#967fcb

Complementary Color

#967fcb #b4cb7f

#967fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#967fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#967fcb Color CSS Codes

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

#967fcb Text Font Color

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

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


#967fcb Background Color

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

This div background color is #967fcb


#967fcb Border Color

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

This div border color is #967fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #967fcb


Comments

No comments written yet.

Please login to write comment.