Color Hex Logo

#934aad Color Hex

#934AAD
(147,74,173)
0 Favorites   0 Comments

Color spaces of #934aad

RGB 14774173
HSL0.790.400.48
HSV284°57°68°
CMYK 0.150.570.00   0.32
XYZ22.024214.117741.0994
Yxy14.11770.28510.1828
Hunter Lab37.573538.8764-38.5523
CIE-Lab44.401346.7574-40.4000

#934aad color RGB value is (147,74,173).

#934aad hex color red value is 147, green value is 74 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #934aad hue: 0.79 , saturation: 0.40 and the lightness value of 934aad is 0.48.

The process color (four color CMYK) of #934aad color hex is 0.15, 0.57, 0.00, 0.32. Web safe color of #934aad is #993399. Color #934aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 01001010 10101101
Octal 223 112 255
Decimal 147 74 173
Hex 93 4A AD

RGB Percentages of Color #934aad

%37.31
%18.78
%43.91

CMYK Percentages of Color #934aad

%15
%57
%0
%32

Triadic Colors of #934aad

#934aad #ad934a #4aad93

Analogous Colors of #934aad

#934aad #ad4a96 #624aad

Monochromatic Colors of #934aad

#934aad

Complementary Color

#934aad #64ad4a

#934aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#934aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#934aad Color CSS Codes

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

#934aad Text Font Color

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

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


#934aad Background Color

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

This div background color is #934aad


#934aad Border Color

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

This div border color is #934aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #934aad


Comments

No comments written yet.

Please login to write comment.