Color Hex Logo

#964ec0 Color Hex

#964EC0
(150,78,192)
0 Favorites   0 Comments

Color spaces of #964ec0

RGB 15078192
HSL0.770.480.53
HSV278°59°75°
CMYK 0.220.590.00   0.25
XYZ24.816515.738651.5990
Yxy15.73860.26930.1708
Hunter Lab39.671942.2337-49.3448
CIE-Lab46.629749.6181-47.9457

#964ec0 color RGB value is (150,78,192).

#964ec0 hex color red value is 150, green value is 78 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #964ec0 hue: 0.77 , saturation: 0.48 and the lightness value of 964ec0 is 0.53.

The process color (four color CMYK) of #964ec0 color hex is 0.22, 0.59, 0.00, 0.25. Web safe color of #964ec0 is #9966cc. Color #964ec0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01001110 11000000
Octal 226 116 300
Decimal 150 78 192
Hex 96 4E C0

RGB Percentages of Color #964ec0

%35.71
%18.57
%45.71

CMYK Percentages of Color #964ec0

%22
%59
%0
%25

Triadic Colors of #964ec0

#964ec0 #c0964e #4ec096

Analogous Colors of #964ec0

#964ec0 #c04eb1 #5d4ec0

Monochromatic Colors of #964ec0

#964ec0

Complementary Color

#964ec0 #78c04e

#964ec0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#964ec0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#964ec0 Color CSS Codes

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

#964ec0 Text Font Color

<p style="color:#964ec0">Text here</p>

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


#964ec0 Background Color

<div style="background-color:#964ec0">
Div content here</div>

This div background color is #964ec0


#964ec0 Border Color

<div style="border:3px solid #964ec0">
Div here</div>

This div border color is #964ec0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,78,192, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #964ec0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #964ec0;
  -webkit-box-shadow: 1px 1px 3px 2px #964ec0;
  box-shadow:         1px 1px 3px 2px #964ec0; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #964ec0


Comments

No comments written yet.

Please login to write comment.