Color Hex Logo

#967bcf Color Hex

#967BCF
(150,123,207)
0 Favorites   0 Comments

Color spaces of #967bcf

RGB 150123207
HSL0.720.470.65
HSV259°41°81°
CMYK 0.280.410.00   0.19
XYZ30.923125.154962.2570
Yxy25.15490.26130.2126
Hunter Lab50.154722.2844-38.4884
CIE-Lab57.226028.2595-39.7474

#967bcf color RGB value is (150,123,207).

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

The process color (four color CMYK) of #967bcf color hex is 0.28, 0.41, 0.00, 0.19. Web safe color of #967bcf is #9966cc. Color #967bcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01111011 11001111
Octal 226 173 317
Decimal 150 123 207
Hex 96 7B CF

RGB Percentages of Color #967bcf

%31.25
%25.63
%43.13

CMYK Percentages of Color #967bcf

%28
%41
%0
%19

Triadic Colors of #967bcf

#967bcf #cf967b #7bcf96

Analogous Colors of #967bcf

#967bcf #c07bcf #7b8acf

Monochromatic Colors of #967bcf

#967bcf

Complementary Color

#967bcf #b4cf7b

#967bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#967bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#967bcf Color CSS Codes

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

#967bcf Text Font Color

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

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


#967bcf Background Color

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

This div background color is #967bcf


#967bcf Border Color

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

This div border color is #967bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #967bcf


Comments

No comments written yet.

Please login to write comment.