Color Hex Logo

#948fac Color Hex

#948FAC
(148,143,172)
0 Favorites   0 Comments

Color spaces of #948fac

RGB 148143172
HSL0.700.150.62
HSV250°17°67°
CMYK 0.140.170.00   0.33
XYZ29.481628.919443.0579
Yxy28.91940.29060.2850
Hunter Lab53.77683.7483-9.8285
CIE-Lab60.71047.8118-14.5412

#948fac color RGB value is (148,143,172).

#948fac hex color red value is 148, green value is 143 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #948fac hue: 0.70 , saturation: 0.15 and the lightness value of 948fac is 0.62.

The process color (four color CMYK) of #948fac color hex is 0.14, 0.17, 0.00, 0.33. Web safe color of #948fac is #999999. Color #948fac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 10001111 10101100
Octal 224 217 254
Decimal 148 143 172
Hex 94 8F AC

RGB Percentages of Color #948fac

%31.97
%30.89
%37.15

CMYK Percentages of Color #948fac

%14
%17
%0
%33

Triadic Colors of #948fac

#948fac #ac948f #8fac94

Analogous Colors of #948fac

#948fac #a38fac #8f99ac

Monochromatic Colors of #948fac

#948fac

Complementary Color

#948fac #a7ac8f

#948fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#948fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#948fac Color CSS Codes

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

#948fac Text Font Color

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

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


#948fac Background Color

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

This div background color is #948fac


#948fac Border Color

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

This div border color is #948fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #948fac


Comments

No comments written yet.

Please login to write comment.