Color Hex Logo

#946ca1 Color Hex

#946CA1
(148,108,161)
0 Favorites   0 Comments

Color spaces of #946ca1

RGB 148108161
HSL0.790.220.53
HSV285°33°63°
CMYK 0.080.330.00   0.37
XYZ24.008319.594236.2349
Yxy19.59420.30070.2454
Hunter Lab44.265319.3491-17.5481
CIE-Lab51.375325.6553-22.4323

#946ca1 color RGB value is (148,108,161).

#946ca1 hex color red value is 148, green value is 108 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #946ca1 hue: 0.79 , saturation: 0.22 and the lightness value of 946ca1 is 0.53.

The process color (four color CMYK) of #946ca1 color hex is 0.08, 0.33, 0.00, 0.37. Web safe color of #946ca1 is #996699. Color #946ca1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 01101100 10100001
Octal 224 154 241
Decimal 148 108 161
Hex 94 6C A1

RGB Percentages of Color #946ca1

%35.49
%25.90
%38.61

CMYK Percentages of Color #946ca1

%8
%33
%0
%37

Triadic Colors of #946ca1

#946ca1 #a1946c #6ca194

Analogous Colors of #946ca1

#946ca1 #a16c94 #7a6ca1

Monochromatic Colors of #946ca1

#946ca1

Complementary Color

#946ca1 #79a16c

#946ca1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#946ca1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#946ca1 Color CSS Codes

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

#946ca1 Text Font Color

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

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


#946ca1 Background Color

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

This div background color is #946ca1


#946ca1 Border Color

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

This div border color is #946ca1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #946ca1


Comments

No comments written yet.

Please login to write comment.