Color Hex Logo

#948baa Color Hex

#948BAA
(148,139,170)
0 Favorites   0 Comments

Color spaces of #948baa

RGB 148139170
HSL0.720.150.61
HSV257°18°67°
CMYK 0.130.180.00   0.33
XYZ28.701127.663441.8571
Yxy27.66340.29220.2816
Hunter Lab52.59605.3626-10.3671
CIE-Lab59.58349.6560-15.1067

#948baa color RGB value is (148,139,170).

#948baa hex color red value is 148, green value is 139 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #948baa hue: 0.72 , saturation: 0.15 and the lightness value of 948baa is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10001011 10101010
Octal 224 213 252
Decimal 148 139 170
Hex 94 8B AA

RGB Percentages of Color #948baa

%32.39
%30.42
%37.20

CMYK Percentages of Color #948baa

%13
%18
%0
%33

Triadic Colors of #948baa

#948baa #aa948b #8baa94

Analogous Colors of #948baa

#948baa #a48baa #8b92aa

Monochromatic Colors of #948baa

#948baa

Complementary Color

#948baa #a1aa8b

#948baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#948baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#948baa Color CSS Codes

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

#948baa Text Font Color

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

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


#948baa Background Color

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

This div background color is #948baa


#948baa Border Color

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

This div border color is #948baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #948baa


Comments

No comments written yet.

Please login to write comment.