Color Hex Logo

#967ffd Color Hex

#967FFD
(150,127,253)
0 Favorites   0 Comments

Color spaces of #967ffd

RGB 150127253
HSL0.700.970.75
HSV251°50°99°
CMYK 0.410.500.00   0.01
XYZ37.896728.754696.4813
Yxy28.75460.23230.1763
Hunter Lab53.623332.3088-69.1407
CIE-Lab60.564437.9892-60.0910

#967ffd color RGB value is (150,127,253).

#967ffd hex color red value is 150, green value is 127 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #967ffd hue: 0.70 , saturation: 0.97 and the lightness value of 967ffd is 0.75.

The process color (four color CMYK) of #967ffd color hex is 0.41, 0.50, 0.00, 0.01. Web safe color of #967ffd is #9966ff. Color #967ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01111111 11111101
Octal 226 177 375
Decimal 150 127 253
Hex 96 7F FD

RGB Percentages of Color #967ffd

%28.30
%23.96
%47.74

CMYK Percentages of Color #967ffd

%41
%50
%0
%1

Triadic Colors of #967ffd

#967ffd #fd967f #7ffd96

Analogous Colors of #967ffd

#967ffd #d57ffd #7fa7fd

Monochromatic Colors of #967ffd

#967ffd

Complementary Color

#967ffd #e6fd7f

#967ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#967ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#967ffd Color CSS Codes

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

#967ffd Text Font Color

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

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


#967ffd Background Color

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

This div background color is #967ffd


#967ffd Border Color

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

This div border color is #967ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #967ffd

Related Colors


Comments

No comments written yet.

Please login to write comment.