Color Hex Logo

#947381 Color Hex

#947381
(148,115,129)
0 Favorites   0 Comments

Color spaces of #947381

RGB 148115129
HSL0.930.130.52
HSV335°22°58°
CMYK 0.000.220.13   0.42
XYZ22.305920.142323.4811
Yxy20.14230.33830.3055
Hunter Lab44.880210.17600.3959
CIE-Lab51.997715.3178-2.6985

#947381 color RGB value is (148,115,129).

#947381 hex color red value is 148, green value is 115 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #947381 hue: 0.93 , saturation: 0.13 and the lightness value of 947381 is 0.52.

The process color (four color CMYK) of #947381 color hex is 0.00, 0.22, 0.13, 0.42. Web safe color of #947381 is #996699. Color #947381 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 01110011 10000001
Octal 224 163 201
Decimal 148 115 129
Hex 94 73 81

RGB Percentages of Color #947381

%37.76
%29.34
%32.91

CMYK Percentages of Color #947381

%0
%22
%13
%42

Triadic Colors of #947381

#947381 #819473 #738194

Analogous Colors of #947381

#947381 #947673 #947392

Monochromatic Colors of #947381

#947381

Complementary Color

#947381 #739486

#947381 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#947381 Color Preview on White Background

Lorem ipsum dolor sit amet.

#947381 Color CSS Codes

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

#947381 Text Font Color

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

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


#947381 Background Color

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

This div background color is #947381


#947381 Border Color

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

This div border color is #947381


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #947381


Comments

No comments written yet.

Please login to write comment.