Color Hex Logo

#946ac2 Color Hex

#946AC2
(148,106,194)
0 Favorites   0 Comments

Color spaces of #946ac2

RGB 148106194
HSL0.750.420.59
HSV269°45°76°
CMYK 0.240.450.00   0.24
XYZ27.104420.499053.5671
Yxy20.49900.26790.2026
Hunter Lab45.275827.6265-38.4546
CIE-Lab52.396834.2934-39.9602

#946ac2 color RGB value is (148,106,194).

#946ac2 hex color red value is 148, green value is 106 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #946ac2 hue: 0.75 , saturation: 0.42 and the lightness value of 946ac2 is 0.59.

The process color (four color CMYK) of #946ac2 color hex is 0.24, 0.45, 0.00, 0.24. Web safe color of #946ac2 is #9966cc. Color #946ac2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 01101010 11000010
Octal 224 152 302
Decimal 148 106 194
Hex 94 6A C2

RGB Percentages of Color #946ac2

%33.04
%23.66
%43.30

CMYK Percentages of Color #946ac2

%24
%45
%0
%24

Triadic Colors of #946ac2

#946ac2 #c2946a #6ac294

Analogous Colors of #946ac2

#946ac2 #c06ac2 #6a6cc2

Monochromatic Colors of #946ac2

#946ac2

Complementary Color

#946ac2 #98c26a

#946ac2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#946ac2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#946ac2 Color CSS Codes

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

#946ac2 Text Font Color

<p style="color:#946ac2">Text here</p>

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


#946ac2 Background Color

<div style="background-color:#946ac2">
Div content here</div>

This div background color is #946ac2


#946ac2 Border Color

<div style="border:3px solid #946ac2">
Div here</div>

This div border color is #946ac2


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(148,106,194, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #946ac2; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #946ac2;
  -webkit-box-shadow: 1px 1px 3px 2px #946ac2;
  box-shadow:         1px 1px 3px 2px #946ac2; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #946ac2


Comments

No comments written yet.

Please login to write comment.