Color Hex Logo

#946365 Color Hex

#946365
(148,99,101)
0 Favorites   0 Comments

Color spaces of #946365

RGB 14899101
HSL0.990.200.48
HSV358°33°58°
CMYK 0.000.330.32   0.42
XYZ19.023516.159214.4283
Yxy16.15920.38350.3257
Hunter Lab40.198514.12586.8582
CIE-Lab47.182720.13506.9713

#946365 color RGB value is (148,99,101).

#946365 hex color red value is 148, green value is 99 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #946365 hue: 0.99 , saturation: 0.20 and the lightness value of 946365 is 0.48.

The process color (four color CMYK) of #946365 color hex is 0.00, 0.33, 0.32, 0.42. Web safe color of #946365 is #996666. Color #946365 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 01100011 01100101
Octal 224 143 145
Decimal 148 99 101
Hex 94 63 65

RGB Percentages of Color #946365

%42.53
%28.45
%29.02

CMYK Percentages of Color #946365

%0
%33
%32
%42

Triadic Colors of #946365

#946365 #659463 #636594

Analogous Colors of #946365

#946365 #947a63 #94637e

Monochromatic Colors of #946365

#946365

Complementary Color

#946365 #639492

#946365 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#946365 Color Preview on White Background

Lorem ipsum dolor sit amet.

#946365 Color CSS Codes

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

#946365 Text Font Color

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

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


#946365 Background Color

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

This div background color is #946365


#946365 Border Color

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

This div border color is #946365


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #946365


Comments

No comments written yet.

Please login to write comment.