Color Hex Logo

#948aad Color Hex

#948AAD
(148,138,173)
0 Favorites   0 Comments

Color spaces of #948aad

RGB 148138173
HSL0.710.180.61
HSV257°20°68°
CMYK 0.140.200.00   0.32
XYZ28.844027.490043.3210
Yxy27.49000.28940.2759
Hunter Lab52.43096.4447-12.2867
CIE-Lab59.425210.8939-17.0555

#948aad color RGB value is (148,138,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 10001010 10101101
Octal 224 212 255
Decimal 148 138 173
Hex 94 8A AD

RGB Percentages of Color #948aad

%32.24
%30.07
%37.69

CMYK Percentages of Color #948aad

%14
%20
%0
%32

Triadic Colors of #948aad

#948aad #ad948a #8aad94

Analogous Colors of #948aad

#948aad #a68aad #8a92ad

Monochromatic Colors of #948aad

#948aad

Complementary Color

#948aad #a3ad8a

#948aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#948aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#948aad Color CSS Codes

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

#948aad Text Font Color

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

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


#948aad Background Color

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

This div background color is #948aad


#948aad Border Color

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

This div border color is #948aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #948aad


Comments

No comments written yet.

Please login to write comment.