Color Hex Logo

#934dae Color Hex

#934DAE
(147,77,174)
0 Favorites   0 Comments

Color spaces of #934dae

RGB 14777174
HSL0.790.390.49
HSV283°56°68°
CMYK 0.160.560.00   0.32
XYZ22.326514.566841.6793
Yxy14.56680.28420.1854
Hunter Lab38.166537.6270-38.0305
CIE-Lab45.035145.4242-39.9839

#934dae color RGB value is (147,77,174).

#934dae hex color red value is 147, green value is 77 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #934dae hue: 0.79 , saturation: 0.39 and the lightness value of 934dae is 0.49.

The process color (four color CMYK) of #934dae color hex is 0.16, 0.56, 0.00, 0.32. Web safe color of #934dae is #996699. Color #934dae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 01001101 10101110
Octal 223 115 256
Decimal 147 77 174
Hex 93 4D AE

RGB Percentages of Color #934dae

%36.93
%19.35
%43.72

CMYK Percentages of Color #934dae

%16
%56
%0
%32

Triadic Colors of #934dae

#934dae #ae934d #4dae93

Analogous Colors of #934dae

#934dae #ae4d99 #634dae

Monochromatic Colors of #934dae

#934dae

Complementary Color

#934dae #68ae4d

#934dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#934dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#934dae Color CSS Codes

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

#934dae Text Font Color

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

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


#934dae Background Color

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

This div background color is #934dae


#934dae Border Color

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

This div border color is #934dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #934dae


Comments

No comments written yet.

Please login to write comment.