Color Hex Logo

#946786 Color Hex

#946786
(148,103,134)
0 Favorites   0 Comments

Color spaces of #946786

RGB 148103134
HSL0.890.180.49
HSV319°30°58°
CMYK 0.000.300.09   0.42
XYZ21.366117.717624.8480
Yxy17.71760.33420.2771
Hunter Lab42.092316.9454-5.5356
CIE-Lab49.151823.1911-9.8888

#946786 color RGB value is (148,103,134).

#946786 hex color red value is 148, green value is 103 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #946786 hue: 0.89 , saturation: 0.18 and the lightness value of 946786 is 0.49.

The process color (four color CMYK) of #946786 color hex is 0.00, 0.30, 0.09, 0.42. Web safe color of #946786 is #996699. Color #946786 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 01100111 10000110
Octal 224 147 206
Decimal 148 103 134
Hex 94 67 86

RGB Percentages of Color #946786

%38.44
%26.75
%34.81

CMYK Percentages of Color #946786

%0
%30
%9
%42

Triadic Colors of #946786

#946786 #869467 #678694

Analogous Colors of #946786

#946786 #946770 #8c6794

Monochromatic Colors of #946786

#946786

Complementary Color

#946786 #679475

#946786 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#946786 Color Preview on White Background

Lorem ipsum dolor sit amet.

#946786 Color CSS Codes

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

#946786 Text Font Color

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

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


#946786 Background Color

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

This div background color is #946786


#946786 Border Color

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

This div border color is #946786


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #946786


Comments

No comments written yet.

Please login to write comment.