Color Hex Logo

#948bad Color Hex

#948BAD
(148,139,173)
0 Favorites   0 Comments

Color spaces of #948bad

RGB 148139173
HSL0.710.170.61
HSV256°20°68°
CMYK 0.140.200.00   0.32
XYZ28.988227.778343.3691
Yxy27.77830.28950.2774
Hunter Lab52.70515.9423-11.8940
CIE-Lab59.687910.3204-16.6569

#948bad color RGB value is (148,139,173).

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

The process color (four color CMYK) of #948bad color hex is 0.14, 0.20, 0.00, 0.32. Web safe color of #948bad is #999999. Color #948bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 10001011 10101101
Octal 224 213 255
Decimal 148 139 173
Hex 94 8B AD

RGB Percentages of Color #948bad

%32.17
%30.22
%37.61

CMYK Percentages of Color #948bad

%14
%20
%0
%32

Triadic Colors of #948bad

#948bad #ad948b #8bad94

Analogous Colors of #948bad

#948bad #a58bad #8b93ad

Monochromatic Colors of #948bad

#948bad

Complementary Color

#948bad #a4ad8b

#948bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#948bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#948bad Color CSS Codes

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

#948bad Text Font Color

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

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


#948bad Background Color

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

This div background color is #948bad


#948bad Border Color

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

This div border color is #948bad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(148,139,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 #948bad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #948bad


Comments

No comments written yet.

Please login to write comment.