Color Hex Logo

#965abf Color Hex

#965ABF
(150,90,191)
0 Favorites   0 Comments

Color spaces of #965abf

RGB 15090191
HSL0.770.440.55
HSV276°53°75°
CMYK 0.210.530.00   0.25
XYZ25.637817.557951.3280
Yxy17.55790.27120.1858
Hunter Lab41.902135.8863-43.2957
CIE-Lab48.955443.0804-43.6623

#965abf color RGB value is (150,90,191).

#965abf hex color red value is 150, green value is 90 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #965abf hue: 0.77 , saturation: 0.44 and the lightness value of 965abf is 0.55.

The process color (four color CMYK) of #965abf color hex is 0.21, 0.53, 0.00, 0.25. Web safe color of #965abf is #9966cc. Color #965abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01011010 10111111
Octal 226 132 277
Decimal 150 90 191
Hex 96 5A BF

RGB Percentages of Color #965abf

%34.80
%20.88
%44.32

CMYK Percentages of Color #965abf

%21
%53
%0
%25

Triadic Colors of #965abf

#965abf #bf965a #5abf96

Analogous Colors of #965abf

#965abf #bf5ab6 #645abf

Monochromatic Colors of #965abf

#965abf

Complementary Color

#965abf #83bf5a

#965abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#965abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#965abf Color CSS Codes

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

#965abf Text Font Color

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

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


#965abf Background Color

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

This div background color is #965abf


#965abf Border Color

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

This div border color is #965abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #965abf


Comments

No comments written yet.

Please login to write comment.