Color Hex Logo

#967eb2 Color Hex

#967EB2
(150,126,178)
0 Favorites   0 Comments

Color spaces of #967eb2

RGB 150126178
HSL0.740.250.60
HSV268°29°70°
CMYK 0.160.290.00   0.30
XYZ28.074424.620145.3920
Yxy24.62010.28620.2510
Hunter Lab49.618614.1633-19.5065
CIE-Lab56.703419.6104-24.0559

#967eb2 color RGB value is (150,126,178).

#967eb2 hex color red value is 150, green value is 126 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #967eb2 hue: 0.74 , saturation: 0.25 and the lightness value of 967eb2 is 0.60.

The process color (four color CMYK) of #967eb2 color hex is 0.16, 0.29, 0.00, 0.30. Web safe color of #967eb2 is #996699. Color #967eb2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01111110 10110010
Octal 226 176 262
Decimal 150 126 178
Hex 96 7E B2

RGB Percentages of Color #967eb2

%33.04
%27.75
%39.21

CMYK Percentages of Color #967eb2

%16
%29
%0
%30

Triadic Colors of #967eb2

#967eb2 #b2967e #7eb296

Analogous Colors of #967eb2

#967eb2 #b07eb2 #7e80b2

Monochromatic Colors of #967eb2

#967eb2

Complementary Color

#967eb2 #9ab27e

#967eb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#967eb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#967eb2 Color CSS Codes

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

#967eb2 Text Font Color

<p style="color:#967eb2">Text here</p>

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


#967eb2 Background Color

<div style="background-color:#967eb2">
Div content here</div>

This div background color is #967eb2


#967eb2 Border Color

<div style="border:3px solid #967eb2">
Div here</div>

This div border color is #967eb2


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,126,178, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #967eb2; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #967eb2;
  -webkit-box-shadow: 1px 1px 3px 2px #967eb2;
  box-shadow:         1px 1px 3px 2px #967eb2; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #967eb2


Comments

No comments written yet.

Please login to write comment.