Color Hex Logo

#967ce5 Color Hex

#967CE5
(150,124,229)
0 Favorites   0 Comments

Color spaces of #967ce5

RGB 150124229
HSL0.710.670.69
HSV255°46°90°
CMYK 0.340.460.00   0.10
XYZ33.928226.556577.4664
Yxy26.55650.24590.1925
Hunter Lab51.533027.3377-53.0539
CIE-Lab58.561633.3001-49.9906

#967ce5 color RGB value is (150,124,229).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01111100 11100101
Octal 226 174 345
Decimal 150 124 229
Hex 96 7C E5

RGB Percentages of Color #967ce5

%29.82
%24.65
%45.53

CMYK Percentages of Color #967ce5

%34
%46
%0
%10

Triadic Colors of #967ce5

#967ce5 #e5967c #7ce596

Analogous Colors of #967ce5

#967ce5 #cb7ce5 #7c97e5

Monochromatic Colors of #967ce5

#967ce5

Complementary Color

#967ce5 #cbe57c

#967ce5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#967ce5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#967ce5 Color CSS Codes

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

#967ce5 Text Font Color

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

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


#967ce5 Background Color

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

This div background color is #967ce5


#967ce5 Border Color

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

This div border color is #967ce5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #967ce5


Comments

No comments written yet.

Please login to write comment.