Color Hex Logo

#965ebe Color Hex

#965EBE
(150,94,190)
0 Favorites   0 Comments

Color spaces of #965ebe

RGB 15094190
HSL0.760.420.56
HSV275°51°75°
CMYK 0.210.510.00   0.25
XYZ25.874618.207150.8658
Yxy18.20710.27250.1918
Hunter Lab42.669833.5688-40.8096
CIE-Lab49.746340.6629-41.8300

#965ebe color RGB value is (150,94,190).

#965ebe hex color red value is 150, green value is 94 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #965ebe hue: 0.76 , saturation: 0.42 and the lightness value of 965ebe is 0.56.

The process color (four color CMYK) of #965ebe color hex is 0.21, 0.51, 0.00, 0.25. Web safe color of #965ebe is #9966cc. Color #965ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01011110 10111110
Octal 226 136 276
Decimal 150 94 190
Hex 96 5E BE

RGB Percentages of Color #965ebe

%34.56
%21.66
%43.78

CMYK Percentages of Color #965ebe

%21
%51
%0
%25

Triadic Colors of #965ebe

#965ebe #be965e #5ebe96

Analogous Colors of #965ebe

#965ebe #be5eb6 #665ebe

Monochromatic Colors of #965ebe

#965ebe

Complementary Color

#965ebe #86be5e

#965ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#965ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#965ebe Color CSS Codes

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

#965ebe Text Font Color

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

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


#965ebe Background Color

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

This div background color is #965ebe


#965ebe Border Color

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

This div border color is #965ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #965ebe


Comments

No comments written yet.

Please login to write comment.