Color Hex Logo

#947dae Color Hex

#947DAE
(148,125,174)
0 Favorites   0 Comments

Color spaces of #947dae

RGB 148125174
HSL0.740.230.59
HSV268°28°68°
CMYK 0.150.280.00   0.32
XYZ27.186324.019143.2477
Yxy24.01910.28780.2543
Hunter Lab49.009313.2508-18.0133
CIE-Lab56.106918.6325-22.6936

#947dae color RGB value is (148,125,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010100 01111101 10101110
Octal 224 175 256
Decimal 148 125 174
Hex 94 7D AE

RGB Percentages of Color #947dae

%33.11
%27.96
%38.93

CMYK Percentages of Color #947dae

%15
%28
%0
%32

Triadic Colors of #947dae

#947dae #ae947d #7dae94

Analogous Colors of #947dae

#947dae #ad7dae #7d7fae

Monochromatic Colors of #947dae

#947dae

Complementary Color

#947dae #97ae7d

#947dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#947dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#947dae Color CSS Codes

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

#947dae Text Font Color

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

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


#947dae Background Color

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

This div background color is #947dae


#947dae Border Color

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

This div border color is #947dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #947dae


Comments

No comments written yet.

Please login to write comment.