Color Hex Logo

#965cfb Color Hex

#965CFB
(150,92,251)
0 Favorites   0 Comments

Color spaces of #965cfb

RGB 15092251
HSL0.730.950.67
HSV262°63°98°
CMYK 0.400.630.00   0.02
XYZ33.817421.103493.5578
Yxy21.10340.22780.1421
Hunter Lab45.938451.0098-88.5926
CIE-Lab53.062556.6165-71.0652

#965cfb color RGB value is (150,92,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01011100 11111011
Octal 226 134 373
Decimal 150 92 251
Hex 96 5C FB

RGB Percentages of Color #965cfb

%30.43
%18.66
%50.91

CMYK Percentages of Color #965cfb

%40
%63
%0
%2

Triadic Colors of #965cfb

#965cfb #fb965c #5cfb96

Analogous Colors of #965cfb

#965cfb #e65cfb #5c72fb

Monochromatic Colors of #965cfb

#965cfb

Complementary Color

#965cfb #c1fb5c

#965cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#965cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#965cfb Color CSS Codes

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

#965cfb Text Font Color

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

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


#965cfb Background Color

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

This div background color is #965cfb


#965cfb Border Color

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

This div border color is #965cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #965cfb


Comments

No comments written yet.

Please login to write comment.