Color Hex Logo

#948cab Color Hex

#948CAB
(148,140,171)
0 Favorites   0 Comments

Color spaces of #948cab

RGB 148140171
HSL0.710.160.61
HSV255°18°67°
CMYK 0.130.180.00   0.33
XYZ28.941527.992342.4058
Yxy27.99230.29130.2818
Hunter Lab52.90775.0542-10.4858
CIE-Lab59.88189.3039-15.2250

#948cab color RGB value is (148,140,171).

#948cab hex color red value is 148, green value is 140 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #948cab hue: 0.71 , saturation: 0.16 and the lightness value of 948cab is 0.61.

The process color (four color CMYK) of #948cab color hex is 0.13, 0.18, 0.00, 0.33. Web safe color of #948cab is #999999. Color #948cab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 10001100 10101011
Octal 224 214 253
Decimal 148 140 171
Hex 94 8C AB

RGB Percentages of Color #948cab

%32.24
%30.50
%37.25

CMYK Percentages of Color #948cab

%13
%18
%0
%33

Triadic Colors of #948cab

#948cab #ab948c #8cab94

Analogous Colors of #948cab

#948cab #a48cab #8c94ab

Monochromatic Colors of #948cab

#948cab

Complementary Color

#948cab #a3ab8c

#948cab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#948cab Color Preview on White Background

Lorem ipsum dolor sit amet.

#948cab Color CSS Codes

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

#948cab Text Font Color

<p style="color:#948cab">Text here</p>

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


#948cab Background Color

<div style="background-color:#948cab">
Div content here</div>

This div background color is #948cab


#948cab Border Color

<div style="border:3px solid #948cab">
Div here</div>

This div border color is #948cab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(148,140,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #948cab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #948cab;
  -webkit-box-shadow: 1px 1px 3px 2px #948cab;
  box-shadow:         1px 1px 3px 2px #948cab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(148,140,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #948cab


Comments

No comments written yet.

Please login to write comment.