Color Hex Logo

#942447 Color Hex

#942447
(148,36,71)
0 Favorites   0 Comments

Color spaces of #942447

RGB 1483671
HSL0.950.610.36
HSV341°76°58°
CMYK 0.000.760.52   0.42
XYZ13.98098.01266.7709
Yxy8.01260.48600.2786
Hunter Lab28.306538.62665.6325
CIE-Lab34.009148.38176.9861

#942447 color RGB value is (148,36,71).

#942447 hex color red value is 148, green value is 36 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #942447 hue: 0.95 , saturation: 0.61 and the lightness value of 942447 is 0.36.

The process color (four color CMYK) of #942447 color hex is 0.00, 0.76, 0.52, 0.42. Web safe color of #942447 is #993333. Color #942447 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 00100100 01000111
Octal 224 44 107
Decimal 148 36 71
Hex 94 24 47

RGB Percentages of Color #942447

%58.04
%14.12
%27.84

CMYK Percentages of Color #942447

%0
%76
%52
%42

Triadic Colors of #942447

#942447 #479424 #244794

Analogous Colors of #942447

#942447 #943924 #94247f

Monochromatic Colors of #942447

#942447

Complementary Color

#942447 #249471

#942447 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#942447 Color Preview on White Background

Lorem ipsum dolor sit amet.

#942447 Color CSS Codes

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

#942447 Text Font Color

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

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


#942447 Background Color

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

This div background color is #942447


#942447 Border Color

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

This div border color is #942447


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #942447


Comments

No comments written yet.

Please login to write comment.