Color Hex Logo

#967fdc Color Hex

#967FDC
(150,127,220)
0 Favorites   0 Comments

Color spaces of #967fdc

RGB 150127220
HSL0.710.570.68
HSV255°42°86°
CMYK 0.320.420.00   0.14
XYZ33.085326.830171.1451
Yxy26.83010.25240.2047
Hunter Lab51.797823.3689-45.1773
CIE-Lab58.816729.2383-44.5558

#967fdc color RGB value is (150,127,220).

#967fdc hex color red value is 150, green value is 127 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #967fdc hue: 0.71 , saturation: 0.57 and the lightness value of 967fdc is 0.68.

The process color (four color CMYK) of #967fdc color hex is 0.32, 0.42, 0.00, 0.14. Web safe color of #967fdc is #9966cc. Color #967fdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01111111 11011100
Octal 226 177 334
Decimal 150 127 220
Hex 96 7F DC

RGB Percentages of Color #967fdc

%30.18
%25.55
%44.27

CMYK Percentages of Color #967fdc

%32
%42
%0
%14

Triadic Colors of #967fdc

#967fdc #dc967f #7fdc96

Analogous Colors of #967fdc

#967fdc #c57fdc #7f97dc

Monochromatic Colors of #967fdc

#967fdc

Complementary Color

#967fdc #c5dc7f

#967fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#967fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#967fdc Color CSS Codes

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

#967fdc Text Font Color

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

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


#967fdc Background Color

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

This div background color is #967fdc


#967fdc Border Color

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

This div border color is #967fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #967fdc


Comments

No comments written yet.

Please login to write comment.