Color Hex Logo

#936acc Color Hex

#936ACC
(147,106,204)
0 Favorites   0 Comments

Color spaces of #936acc

RGB 147106204
HSL0.740.490.61
HSV265°48°80°
CMYK 0.280.480.00   0.20
XYZ28.085720.870759.6749
Yxy20.87070.25850.1921
Hunter Lab45.684529.7897-45.4679
CIE-Lab52.807736.4469-45.0379

#936acc color RGB value is (147,106,204).

#936acc hex color red value is 147, green value is 106 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #936acc hue: 0.74 , saturation: 0.49 and the lightness value of 936acc is 0.61.

The process color (four color CMYK) of #936acc color hex is 0.28, 0.48, 0.00, 0.20. Web safe color of #936acc is #9966cc. Color #936acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010011 01101010 11001100
Octal 223 152 314
Decimal 147 106 204
Hex 93 6A CC

RGB Percentages of Color #936acc

%32.17
%23.19
%44.64

CMYK Percentages of Color #936acc

%28
%48
%0
%20

Triadic Colors of #936acc

#936acc #cc936a #6acc93

Analogous Colors of #936acc

#936acc #c46acc #6a72cc

Monochromatic Colors of #936acc

#936acc

Complementary Color

#936acc #a3cc6a

#936acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#936acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#936acc Color CSS Codes

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

#936acc Text Font Color

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

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


#936acc Background Color

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

This div background color is #936acc


#936acc Border Color

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

This div border color is #936acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #936acc

#936acc Color Palettes


Comments

No comments written yet.

Please login to write comment.