Color Hex Logo

#947fae Color Hex

#947FAE
(148,127,174)
0 Favorites   0 Comments

Color spaces of #947fae

RGB 148127174
HSL0.740.220.59
HSV267°27°68°
CMYK 0.150.270.00   0.32
XYZ27.442124.530643.3329
Yxy24.53060.28790.2574
Hunter Lab49.528412.2265-17.2036
CIE-Lab56.615217.4717-21.9138

#947fae color RGB value is (148,127,174).

#947fae hex color red value is 148, green value is 127 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #947fae hue: 0.74 , saturation: 0.22 and the lightness value of 947fae is 0.59.

The process color (four color CMYK) of #947fae color hex is 0.15, 0.27, 0.00, 0.32. Web safe color of #947fae is #996699. Color #947fae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 01111111 10101110
Octal 224 177 256
Decimal 148 127 174
Hex 94 7F AE

RGB Percentages of Color #947fae

%32.96
%28.29
%38.75

CMYK Percentages of Color #947fae

%15
%27
%0
%32

Triadic Colors of #947fae

#947fae #ae947f #7fae94

Analogous Colors of #947fae

#947fae #ac7fae #7f82ae

Monochromatic Colors of #947fae

#947fae

Complementary Color

#947fae #99ae7f

#947fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#947fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#947fae Color CSS Codes

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

#947fae Text Font Color

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

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


#947fae Background Color

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

This div background color is #947fae


#947fae Border Color

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

This div border color is #947fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #947fae


Comments

No comments written yet.

Please login to write comment.