Color Hex Logo

#967cce Color Hex

#967CCE
(150,124,206)
0 Favorites   0 Comments

Color spaces of #967cce

RGB 150124206
HSL0.720.460.65
HSV259°40°81°
CMYK 0.270.400.00   0.19
XYZ30.925925.355661.6567
Yxy25.35560.26220.2150
Hunter Lab50.354321.5084-37.3500
CIE-Lab57.420327.4327-38.8773

#967cce color RGB value is (150,124,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01111100 11001110
Octal 226 174 316
Decimal 150 124 206
Hex 96 7C CE

RGB Percentages of Color #967cce

%31.25
%25.83
%42.92

CMYK Percentages of Color #967cce

%27
%40
%0
%19

Triadic Colors of #967cce

#967cce #ce967c #7cce96

Analogous Colors of #967cce

#967cce #bf7cce #7c8bce

Monochromatic Colors of #967cce

#967cce

Complementary Color

#967cce #b4ce7c

#967cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#967cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#967cce Color CSS Codes

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

#967cce Text Font Color

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

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


#967cce Background Color

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

This div background color is #967cce


#967cce Border Color

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

This div border color is #967cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #967cce


Comments

No comments written yet.

Please login to write comment.