Color Hex Logo

#965eea Color Hex

#965EEA
(150,94,234)
0 Favorites   0 Comments

Color spaces of #965eea

RGB 15094234
HSL0.730.770.64
HSV264°60°92°
CMYK 0.360.600.00   0.08
XYZ31.431720.430080.1286
Yxy20.43000.23810.1548
Hunter Lab45.199645.0294-73.4681
CIE-Lab52.319951.2816-62.7743

#965eea color RGB value is (150,94,234).

#965eea hex color red value is 150, green value is 94 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #965eea hue: 0.73 , saturation: 0.77 and the lightness value of 965eea is 0.64.

The process color (four color CMYK) of #965eea color hex is 0.36, 0.60, 0.00, 0.08. Web safe color of #965eea is #9966ff. Color #965eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01011110 11101010
Octal 226 136 352
Decimal 150 94 234
Hex 96 5E EA

RGB Percentages of Color #965eea

%31.38
%19.67
%48.95

CMYK Percentages of Color #965eea

%36
%60
%0
%8

Triadic Colors of #965eea

#965eea #ea965e #5eea96

Analogous Colors of #965eea

#965eea #dc5eea #5e6cea

Monochromatic Colors of #965eea

#965eea

Complementary Color

#965eea #b2ea5e

#965eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#965eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#965eea Color CSS Codes

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

#965eea Text Font Color

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

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


#965eea Background Color

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

This div background color is #965eea


#965eea Border Color

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

This div border color is #965eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #965eea


Comments

No comments written yet.

Please login to write comment.