Color Hex Logo

#966da8 Color Hex

#966DA8
(150,109,168)
0 Favorites   0 Comments

Color spaces of #966da8

RGB 150109168
HSL0.780.250.54
HSV282°35°66°
CMYK 0.110.350.00   0.34
XYZ25.114220.248539.6305
Yxy20.24850.29550.2382
Hunter Lab44.998320.8763-20.7185
CIE-Lab52.117027.2384-25.3541

#966da8 color RGB value is (150,109,168).

#966da8 hex color red value is 150, green value is 109 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #966da8 hue: 0.78 , saturation: 0.25 and the lightness value of 966da8 is 0.54.

The process color (four color CMYK) of #966da8 color hex is 0.11, 0.35, 0.00, 0.34. Web safe color of #966da8 is #996699. Color #966da8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01101101 10101000
Octal 226 155 250
Decimal 150 109 168
Hex 96 6D A8

RGB Percentages of Color #966da8

%35.13
%25.53
%39.34

CMYK Percentages of Color #966da8

%11
%35
%0
%34

Triadic Colors of #966da8

#966da8 #a8966d #6da896

Analogous Colors of #966da8

#966da8 #a86d9d #796da8

Monochromatic Colors of #966da8

#966da8

Complementary Color

#966da8 #7fa86d

#966da8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#966da8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#966da8 Color CSS Codes

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

#966da8 Text Font Color

<p style="color:#966da8">Text here</p>

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


#966da8 Background Color

<div style="background-color:#966da8">
Div content here</div>

This div background color is #966da8


#966da8 Border Color

<div style="border:3px solid #966da8">
Div here</div>

This div border color is #966da8


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,109,168, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #966da8; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #966da8;
  -webkit-box-shadow: 1px 1px 3px 2px #966da8;
  box-shadow:         1px 1px 3px 2px #966da8; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #966da8


Comments

No comments written yet.

Please login to write comment.