Color Hex Logo

#967ce2 Color Hex

#967CE2
(150,124,226)
0 Favorites   0 Comments

Color spaces of #967ce2

RGB 150124226
HSL0.710.640.69
HSV255°45°89°
CMYK 0.340.450.00   0.11
XYZ33.512826.390375.2790
Yxy26.39030.24790.1952
Hunter Lab51.371526.5465-50.9226
CIE-Lab58.405732.5185-48.5628

#967ce2 color RGB value is (150,124,226).

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

The process color (four color CMYK) of #967ce2 color hex is 0.34, 0.45, 0.00, 0.11. Web safe color of #967ce2 is #9966cc. Color #967ce2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01111100 11100010
Octal 226 174 342
Decimal 150 124 226
Hex 96 7C E2

RGB Percentages of Color #967ce2

%30.00
%24.80
%45.20

CMYK Percentages of Color #967ce2

%34
%45
%0
%11

Triadic Colors of #967ce2

#967ce2 #e2967c #7ce296

Analogous Colors of #967ce2

#967ce2 #c97ce2 #7c95e2

Monochromatic Colors of #967ce2

#967ce2

Complementary Color

#967ce2 #c8e27c

#967ce2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#967ce2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#967ce2 Color CSS Codes

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

#967ce2 Text Font Color

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

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


#967ce2 Background Color

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

This div background color is #967ce2


#967ce2 Border Color

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

This div border color is #967ce2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #967ce2


Comments

No comments written yet.

Please login to write comment.