Color Hex Logo

#968aad Color Hex

#968AAD
(150,138,173)
0 Favorites   0 Comments

Color spaces of #968aad

RGB 150138173
HSL0.720.180.61
HSV261°20°68°
CMYK 0.130.200.00   0.32
XYZ29.209027.678143.3381
Yxy27.67810.29140.2762
Hunter Lab52.61007.0355-12.0139
CIE-Lab59.596811.5655-16.7790

#968aad color RGB value is (150,138,173).

#968aad hex color red value is 150, green value is 138 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #968aad hue: 0.72 , saturation: 0.18 and the lightness value of 968aad is 0.61.

The process color (four color CMYK) of #968aad color hex is 0.13, 0.20, 0.00, 0.32. Web safe color of #968aad is #999999. Color #968aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10001010 10101101
Octal 226 212 255
Decimal 150 138 173
Hex 96 8A AD

RGB Percentages of Color #968aad

%32.54
%29.93
%37.53

CMYK Percentages of Color #968aad

%13
%20
%0
%32

Triadic Colors of #968aad

#968aad #ad968a #8aad96

Analogous Colors of #968aad

#968aad #a88aad #8a90ad

Monochromatic Colors of #968aad

#968aad

Complementary Color

#968aad #a1ad8a

#968aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#968aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#968aad Color CSS Codes

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

#968aad Text Font Color

<p style="color:#968aad">Text here</p>

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


#968aad Background Color

<div style="background-color:#968aad">
Div content here</div>

This div background color is #968aad


#968aad Border Color

<div style="border:3px solid #968aad">
Div here</div>

This div border color is #968aad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,138,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #968aad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #968aad;
  -webkit-box-shadow: 1px 1px 3px 2px #968aad;
  box-shadow:         1px 1px 3px 2px #968aad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #968aad


Comments

No comments written yet.

Please login to write comment.