Color Hex Logo

#946295 Color Hex

#946295
(148,98,149)
0 Favorites   0 Comments

Color spaces of #946295

RGB 14898149
HSL0.830.210.48
HSV299°34°58°
CMYK 0.010.340.00   0.42
XYZ22.005217.201230.5941
Yxy17.20120.31530.2464
Hunter Lab41.474322.1274-14.7040
CIE-Lab48.512628.9479-19.7668

#946295 color RGB value is (148,98,149).

#946295 hex color red value is 148, green value is 98 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #946295 hue: 0.83 , saturation: 0.21 and the lightness value of 946295 is 0.48.

The process color (four color CMYK) of #946295 color hex is 0.01, 0.34, 0.00, 0.42. Web safe color of #946295 is #996699. Color #946295 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 01100010 10010101
Octal 224 142 225
Decimal 148 98 149
Hex 94 62 95

RGB Percentages of Color #946295

%37.47
%24.81
%37.72

CMYK Percentages of Color #946295

%1
%34
%0
%42

Triadic Colors of #946295

#946295 #959462 #629594

Analogous Colors of #946295

#946295 #95627d #7b6295

Monochromatic Colors of #946295

#946295

Complementary Color

#946295 #639562

#946295 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#946295 Color Preview on White Background

Lorem ipsum dolor sit amet.

#946295 Color CSS Codes

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

#946295 Text Font Color

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

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


#946295 Background Color

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

This div background color is #946295


#946295 Border Color

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

This div border color is #946295


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(148,98,149, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #946295; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #946295;
  -webkit-box-shadow: 1px 1px 3px 2px #946295;
  box-shadow:         1px 1px 3px 2px #946295; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #946295


Comments

No comments written yet.

Please login to write comment.