Color Hex Logo

#967cca Color Hex

#967CCA
(150,124,202)
0 Favorites   0 Comments

Color spaces of #967cca

RGB 150124202
HSL0.720.420.64
HSV260°39°79°
CMYK 0.260.390.00   0.21
XYZ30.446025.163659.1295
Yxy25.16360.26530.2193
Hunter Lab50.163320.5525-34.7731
CIE-Lab57.234526.4453-36.9053

#967cca color RGB value is (150,124,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01111100 11001010
Octal 226 174 312
Decimal 150 124 202
Hex 96 7C CA

RGB Percentages of Color #967cca

%31.51
%26.05
%42.44

CMYK Percentages of Color #967cca

%26
%39
%0
%21

Triadic Colors of #967cca

#967cca #ca967c #7cca96

Analogous Colors of #967cca

#967cca #bd7cca #7c89ca

Monochromatic Colors of #967cca

#967cca

Complementary Color

#967cca #b0ca7c

#967cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#967cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#967cca Color CSS Codes

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

#967cca Text Font Color

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

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


#967cca Background Color

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

This div background color is #967cca


#967cca Border Color

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

This div border color is #967cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #967cca


Comments

No comments written yet.

Please login to write comment.