Color Hex Logo

#965dfa Color Hex

#965DFA
(150,93,250)
0 Favorites   0 Comments

Color spaces of #965dfa

RGB 15093250
HSL0.730.940.67
HSV262°63°98°
CMYK 0.400.630.00   0.02
XYZ33.747321.214992.7587
Yxy21.21490.22850.1436
Hunter Lab46.059650.1803-87.1614
CIE-Lab53.183955.8481-70.3130

#965dfa color RGB value is (150,93,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01011101 11111010
Octal 226 135 372
Decimal 150 93 250
Hex 96 5D FA

RGB Percentages of Color #965dfa

%30.43
%18.86
%50.71

CMYK Percentages of Color #965dfa

%40
%63
%0
%2

Triadic Colors of #965dfa

#965dfa #fa965d #5dfa96

Analogous Colors of #965dfa

#965dfa #e55dfa #5d73fa

Monochromatic Colors of #965dfa

#965dfa

Complementary Color

#965dfa #c1fa5d

#965dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#965dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#965dfa Color CSS Codes

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

#965dfa Text Font Color

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

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


#965dfa Background Color

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

This div background color is #965dfa


#965dfa Border Color

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

This div border color is #965dfa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,93,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 #965dfa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #965dfa


Comments

No comments written yet.

Please login to write comment.