Color Hex Logo

#936dac Color Hex

#936DAC
(147,109,172)
0 Favorites   0 Comments

Color spaces of #936dac

RGB 147109172
HSL0.770.280.55
HSV276°37°67°
CMYK 0.150.370.00   0.33
XYZ24.947720.118941.5982
Yxy20.11890.28790.2321
Hunter Lab44.854120.7864-23.5884
CIE-Lab51.971427.1556-27.9305

#936dac color RGB value is (147,109,172).

#936dac hex color red value is 147, green value is 109 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #936dac hue: 0.77 , saturation: 0.28 and the lightness value of 936dac is 0.55.

The process color (four color CMYK) of #936dac color hex is 0.15, 0.37, 0.00, 0.33. Web safe color of #936dac is #996699. Color #936dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 01101101 10101100
Octal 223 155 254
Decimal 147 109 172
Hex 93 6D AC

RGB Percentages of Color #936dac

%34.35
%25.47
%40.19

CMYK Percentages of Color #936dac

%15
%37
%0
%33

Triadic Colors of #936dac

#936dac #ac936d #6dac93

Analogous Colors of #936dac

#936dac #ac6da6 #746dac

Monochromatic Colors of #936dac

#936dac

Complementary Color

#936dac #86ac6d

#936dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#936dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#936dac Color CSS Codes

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

#936dac Text Font Color

<p style="color:#936dac">Text here</p>

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


#936dac Background Color

<div style="background-color:#936dac">
Div content here</div>

This div background color is #936dac


#936dac Border Color

<div style="border:3px solid #936dac">
Div here</div>

This div border color is #936dac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(147,109,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #936dac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #936dac;
  -webkit-box-shadow: 1px 1px 3px 2px #936dac;
  box-shadow:         1px 1px 3px 2px #936dac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(147,109,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #936dac


Comments

No comments written yet.

Please login to write comment.