Color Hex Logo

#965efa Color Hex

#965EFA
(150,94,250)
0 Favorites   0 Comments

Color spaces of #965efa

RGB 15094250
HSL0.730.940.67
HSV262°62°98°
CMYK 0.400.620.00   0.02
XYZ33.835721.391692.7881
Yxy21.39160.22860.1445
Hunter Lab46.251149.6452-86.5709
CIE-Lab53.375455.3314-70.0028

#965efa color RGB value is (150,94,250).

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

The process color (four color CMYK) of #965efa color hex is 0.40, 0.62, 0.00, 0.02. Web safe color of #965efa is #9966ff. Color #965efa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01011110 11111010
Octal 226 136 372
Decimal 150 94 250
Hex 96 5E FA

RGB Percentages of Color #965efa

%30.36
%19.03
%50.61

CMYK Percentages of Color #965efa

%40
%62
%0
%2

Triadic Colors of #965efa

#965efa #fa965e #5efa96

Analogous Colors of #965efa

#965efa #e45efa #5e74fa

Monochromatic Colors of #965efa

#965efa

Complementary Color

#965efa #c2fa5e

#965efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#965efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#965efa Color CSS Codes

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

#965efa Text Font Color

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

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


#965efa Background Color

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

This div background color is #965efa


#965efa Border Color

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

This div border color is #965efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #965efa

Related Colors


Comments

No comments written yet.

Please login to write comment.