Color Hex Logo

#965fbf Color Hex

#965FBF
(150,95,191)
0 Favorites   0 Comments

Color spaces of #965fbf

RGB 15095191
HSL0.760.430.56
HSV274°50°75°
CMYK 0.210.500.00   0.25
XYZ26.073918.430051.4733
Yxy18.43000.27170.1920
Hunter Lab42.930233.2852-41.0376
CIE-Lab50.013640.3410-41.9847

#965fbf color RGB value is (150,95,191).

#965fbf hex color red value is 150, green value is 95 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #965fbf hue: 0.76 , saturation: 0.43 and the lightness value of 965fbf is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01011111 10111111
Octal 226 137 277
Decimal 150 95 191
Hex 96 5F BF

RGB Percentages of Color #965fbf

%34.40
%21.79
%43.81

CMYK Percentages of Color #965fbf

%21
%50
%0
%25

Triadic Colors of #965fbf

#965fbf #bf965f #5fbf96

Analogous Colors of #965fbf

#965fbf #bf5fb8 #665fbf

Monochromatic Colors of #965fbf

#965fbf

Complementary Color

#965fbf #88bf5f

#965fbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#965fbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#965fbf Color CSS Codes

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

#965fbf Text Font Color

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

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


#965fbf Background Color

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

This div background color is #965fbf


#965fbf Border Color

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

This div border color is #965fbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #965fbf


Comments

No comments written yet.

Please login to write comment.