Color Hex Logo

#965feb Color Hex

#965FEB
(150,95,235)
0 Favorites   0 Comments

Color spaces of #965feb

RGB 15095235
HSL0.730.780.65
HSV264°60°92°
CMYK 0.360.600.00   0.08
XYZ31.665320.666680.9174
Yxy20.66660.23760.1551
Hunter Lab45.460544.7773-73.7108
CIE-Lab52.582751.0036-62.9119

#965feb color RGB value is (150,95,235).

#965feb hex color red value is 150, green value is 95 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #965feb hue: 0.73 , saturation: 0.78 and the lightness value of 965feb is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01011111 11101011
Octal 226 137 353
Decimal 150 95 235
Hex 96 5F EB

RGB Percentages of Color #965feb

%31.25
%19.79
%48.96

CMYK Percentages of Color #965feb

%36
%60
%0
%8

Triadic Colors of #965feb

#965feb #eb965f #5feb96

Analogous Colors of #965feb

#965feb #dc5feb #5f6eeb

Monochromatic Colors of #965feb

#965feb

Complementary Color

#965feb #b4eb5f

#965feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#965feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#965feb Color CSS Codes

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

#965feb Text Font Color

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

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


#965feb Background Color

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

This div background color is #965feb


#965feb Border Color

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

This div border color is #965feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #965feb


Comments

No comments written yet.

Please login to write comment.