Color Hex Logo

#942014 Color Hex

#942014
(148,32,20)
0 Favorites   0 Comments

Color spaces of #942014

RGB 1483220
HSL0.020.760.33
HSV86°58°
CMYK 0.000.780.86   0.42
XYZ12.85557.37941.4086
Yxy7.37940.59400.3410
Hunter Lab27.165136.933915.9411
CIE-Lab32.655546.935436.9384

#942014 color RGB value is (148,32,20).

#942014 hex color red value is 148, green value is 32 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #942014 hue: 0.02 , saturation: 0.76 and the lightness value of 942014 is 0.33.

The process color (four color CMYK) of #942014 color hex is 0.00, 0.78, 0.86, 0.42. Web safe color of #942014 is #993300. Color #942014 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 00100000 00010100
Octal 224 40 24
Decimal 148 32 20
Hex 94 20 14

RGB Percentages of Color #942014

%74.00
%16.00
%10.00

CMYK Percentages of Color #942014

%0
%78
%86
%42

Triadic Colors of #942014

#942014 #149420 #201494

Analogous Colors of #942014

#942014 #946014 #941448

Monochromatic Colors of #942014

#942014

Complementary Color

#942014 #148894

#942014 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#942014 Color Preview on White Background

Lorem ipsum dolor sit amet.

#942014 Color CSS Codes

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

#942014 Text Font Color

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

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


#942014 Background Color

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

This div background color is #942014


#942014 Border Color

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

This div border color is #942014


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #942014


Comments

No comments written yet.

Please login to write comment.