Color Hex Logo

#965ebf Color Hex

#965EBF
(150,94,191)
0 Favorites   0 Comments

Color spaces of #965ebf

RGB 15094191
HSL0.760.430.56
HSV275°51°75°
CMYK 0.210.510.00   0.25
XYZ25.984418.251051.4435
Yxy18.25100.27160.1908
Hunter Lab42.721233.8074-41.4903
CIE-Lab49.799140.8930-42.3243

#965ebf color RGB value is (150,94,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01011110 10111111
Octal 226 136 277
Decimal 150 94 191
Hex 96 5E BF

RGB Percentages of Color #965ebf

%34.48
%21.61
%43.91

CMYK Percentages of Color #965ebf

%21
%51
%0
%25

Triadic Colors of #965ebf

#965ebf #bf965e #5ebf96

Analogous Colors of #965ebf

#965ebf #bf5eb8 #665ebf

Monochromatic Colors of #965ebf

#965ebf

Complementary Color

#965ebf #87bf5e

#965ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#965ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#965ebf Color CSS Codes

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

#965ebf Text Font Color

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

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


#965ebf Background Color

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

This div background color is #965ebf


#965ebf Border Color

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

This div border color is #965ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #965ebf


Comments

No comments written yet.

Please login to write comment.