Color Hex Logo

#94376f Color Hex

#94376F
(148,55,111)
0 Favorites   0 Comments

Color spaces of #94376f

RGB 14855111
HSL0.900.460.40
HSV324°63°58°
CMYK 0.000.630.25   0.42
XYZ16.448210.176016.1362
Yxy10.17600.38470.2380
Hunter Lab31.899836.2135-7.6613
CIE-Lab38.156545.1983-12.4653

#94376f color RGB value is (148,55,111).

#94376f hex color red value is 148, green value is 55 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #94376f hue: 0.90 , saturation: 0.46 and the lightness value of 94376f is 0.40.

The process color (four color CMYK) of #94376f color hex is 0.00, 0.63, 0.25, 0.42. Web safe color of #94376f is #993366. Color #94376f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 00110111 01101111
Octal 224 67 157
Decimal 148 55 111
Hex 94 37 6F

RGB Percentages of Color #94376f

%47.13
%17.52
%35.35

CMYK Percentages of Color #94376f

%0
%63
%25
%42

Triadic Colors of #94376f

#94376f #6f9437 #376f94

Analogous Colors of #94376f

#94376f #943741 #8b3794

Monochromatic Colors of #94376f

#94376f

Complementary Color

#94376f #37945c

#94376f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#94376f Color Preview on White Background

Lorem ipsum dolor sit amet.

#94376f Color CSS Codes

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

#94376f Text Font Color

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

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


#94376f Background Color

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

This div background color is #94376f


#94376f Border Color

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

This div border color is #94376f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(148,55,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #94376f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #94376f;
  -webkit-box-shadow: 1px 1px 3px 2px #94376f;
  box-shadow:         1px 1px 3px 2px #94376f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #94376f


Comments

No comments written yet.

Please login to write comment.