Color Hex Logo

#965ece Color Hex

#965ECE
(150,94,206)
0 Favorites   0 Comments

Color spaces of #965ece

RGB 15094206
HSL0.750.530.59
HSV270°54°81°
CMYK 0.270.540.00   0.19
XYZ27.721018.945760.5883
Yxy18.94570.25850.1766
Hunter Lab43.526737.5104-52.0619
CIE-Lab50.623644.4132-49.6343

#965ece color RGB value is (150,94,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01011110 11001110
Octal 226 136 316
Decimal 150 94 206
Hex 96 5E CE

RGB Percentages of Color #965ece

%33.33
%20.89
%45.78

CMYK Percentages of Color #965ece

%27
%54
%0
%19

Triadic Colors of #965ece

#965ece #ce965e #5ece96

Analogous Colors of #965ece

#965ece #ce5ece #5e5ece

Monochromatic Colors of #965ece

#965ece

Complementary Color

#965ece #96ce5e

#965ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#965ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#965ece Color CSS Codes

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

#965ece Text Font Color

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

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


#965ece Background Color

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

This div background color is #965ece


#965ece Border Color

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

This div border color is #965ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #965ece


Comments

No comments written yet.

Please login to write comment.