Color Hex Logo

#948ba2 Color Hex

#948BA2
(148,139,162)
0 Favorites   0 Comments

Color spaces of #948ba2

RGB 148139162
HSL0.730.110.59
HSV263°14°64°
CMYK 0.090.140.00   0.36
XYZ27.966927.369837.9913
Yxy27.36980.29970.2933
Hunter Lab52.31623.8683-6.4343
CIE-Lab59.31517.9276-10.9471

#948ba2 color RGB value is (148,139,162).

#948ba2 hex color red value is 148, green value is 139 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #948ba2 hue: 0.73 , saturation: 0.11 and the lightness value of 948ba2 is 0.59.

The process color (four color CMYK) of #948ba2 color hex is 0.09, 0.14, 0.00, 0.36. Web safe color of #948ba2 is #999999. Color #948ba2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 10001011 10100010
Octal 224 213 242
Decimal 148 139 162
Hex 94 8B A2

RGB Percentages of Color #948ba2

%32.96
%30.96
%36.08

CMYK Percentages of Color #948ba2

%9
%14
%0
%36

Triadic Colors of #948ba2

#948ba2 #a2948b #8ba294

Analogous Colors of #948ba2

#948ba2 #a08ba2 #8b8ea2

Monochromatic Colors of #948ba2

#948ba2

Complementary Color

#948ba2 #99a28b

#948ba2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#948ba2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#948ba2 Color CSS Codes

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

#948ba2 Text Font Color

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

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


#948ba2 Background Color

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

This div background color is #948ba2


#948ba2 Border Color

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

This div border color is #948ba2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #948ba2


Comments

No comments written yet.

Please login to write comment.