Color Hex Logo

#965ecc Color Hex

#965ECC
(150,94,204)
0 Favorites   0 Comments

Color spaces of #965ecc

RGB 15094204
HSL0.750.520.58
HSV271°54°80°
CMYK 0.260.540.00   0.20
XYZ27.479518.849159.3166
Yxy18.84910.26010.1784
Hunter Lab43.415637.0028-50.6142
CIE-Lab50.510243.9364-48.6708

#965ecc color RGB value is (150,94,204).

#965ecc hex color red value is 150, green value is 94 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #965ecc hue: 0.75 , saturation: 0.52 and the lightness value of 965ecc is 0.58.

The process color (four color CMYK) of #965ecc color hex is 0.26, 0.54, 0.00, 0.20. Web safe color of #965ecc is #9966cc. Color #965ecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01011110 11001100
Octal 226 136 314
Decimal 150 94 204
Hex 96 5E CC

RGB Percentages of Color #965ecc

%33.48
%20.98
%45.54

CMYK Percentages of Color #965ecc

%26
%54
%0
%20

Triadic Colors of #965ecc

#965ecc #cc965e #5ecc96

Analogous Colors of #965ecc

#965ecc #cc5ecb #5f5ecc

Monochromatic Colors of #965ecc

#965ecc

Complementary Color

#965ecc #94cc5e

#965ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#965ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#965ecc Color CSS Codes

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

#965ecc Text Font Color

<p style="color:#965ecc">Text here</p>

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


#965ecc Background Color

<div style="background-color:#965ecc">
Div content here</div>

This div background color is #965ecc


#965ecc Border Color

<div style="border:3px solid #965ecc">
Div here</div>

This div border color is #965ecc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,94,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #965ecc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #965ecc;
  -webkit-box-shadow: 1px 1px 3px 2px #965ecc;
  box-shadow:         1px 1px 3px 2px #965ecc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #965ecc


Comments

No comments written yet.

Please login to write comment.