Color Hex Logo

#947daa Color Hex

#947DAA
(148,125,170)
0 Favorites   0 Comments

Color spaces of #947daa

RGB 148125170
HSL0.750.210.58
HSV271°26°67°
CMYK 0.130.260.00   0.33
XYZ26.802123.865441.2241
Yxy23.86540.29170.2597
Hunter Lab48.852212.4402-15.8355
CIE-Lab55.952817.7376-20.6297

#947daa color RGB value is (148,125,170).

#947daa hex color red value is 148, green value is 125 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #947daa hue: 0.75 , saturation: 0.21 and the lightness value of 947daa is 0.58.

The process color (four color CMYK) of #947daa color hex is 0.13, 0.26, 0.00, 0.33. Web safe color of #947daa is #996699. Color #947daa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 01111101 10101010
Octal 224 175 252
Decimal 148 125 170
Hex 94 7D AA

RGB Percentages of Color #947daa

%33.41
%28.22
%38.37

CMYK Percentages of Color #947daa

%13
%26
%0
%33

Triadic Colors of #947daa

#947daa #aa947d #7daa94

Analogous Colors of #947daa

#947daa #aa7daa #7e7daa

Monochromatic Colors of #947daa

#947daa

Complementary Color

#947daa #93aa7d

#947daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#947daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#947daa Color CSS Codes

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

#947daa Text Font Color

<p style="color:#947daa">Text here</p>

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


#947daa Background Color

<div style="background-color:#947daa">
Div content here</div>

This div background color is #947daa


#947daa Border Color

<div style="border:3px solid #947daa">
Div here</div>

This div border color is #947daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #947daa


Comments

No comments written yet.

Please login to write comment.