Color Hex Logo

#965cff Color Hex

#965CFF
(150,92,255)
0 Favorites   0 Comments

Color spaces of #965cff

RGB 15092255
HSL0.731.000.68
HSV261°64°100°
CMYK 0.410.640.00   0.00
XYZ34.454821.358396.9143
Yxy21.35830.22560.1398
Hunter Lab46.215052.2012-91.9823
CIE-Lab53.339457.6349-72.8349

#965cff color RGB value is (150,92,255).

#965cff hex color red value is 150, green value is 92 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #965cff hue: 0.73 , saturation: 1.00 and the lightness value of 965cff is 0.68.

The process color (four color CMYK) of #965cff color hex is 0.41, 0.64, 0.00, 0.00. Web safe color of #965cff is #9966ff. Color #965cff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01011100 11111111
Octal 226 134 377
Decimal 150 92 255
Hex 96 5C FF

RGB Percentages of Color #965cff

%30.18
%18.51
%51.31

CMYK Percentages of Color #965cff

%41
%64
%0
%0

Triadic Colors of #965cff

#965cff #ff965c #5cff96

Analogous Colors of #965cff

#965cff #e85cff #5c74ff

Monochromatic Colors of #965cff

#965cff

Complementary Color

#965cff #c5ff5c

#965cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#965cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#965cff Color CSS Codes

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

#965cff Text Font Color

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

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


#965cff Background Color

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

This div background color is #965cff


#965cff Border Color

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

This div border color is #965cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #965cff


Comments

No comments written yet.

Please login to write comment.