Color Hex Logo

#940014 Color Hex

#940014
(148,0,20)
0 Favorites   0 Comments

Color spaces of #940014

RGB 148020
HSL0.981.000.29
HSV352°100°58°
CMYK 0.001.000.86   0.42
XYZ12.33906.34641.2365
Yxy6.34640.61940.3186
Hunter Lab25.192143.342714.7243
CIE-Lab30.270153.732834.8214

#940014 color RGB value is (148,0,20).

#940014 hex color red value is 148, green value is 0 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #940014 hue: 0.98 , saturation: 1.00 and the lightness value of 940014 is 0.29.

The process color (four color CMYK) of #940014 color hex is 0.00, 1.00, 0.86, 0.42. Web safe color of #940014 is #990000. Color #940014 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010100 00000000 00010100
Octal 224 0 24
Decimal 148 0 20
Hex 94 0 14

RGB Percentages of Color #940014

%88.10
%0.00
%11.90

CMYK Percentages of Color #940014

%0
%100
%86
%42

Triadic Colors of #940014

#940014 #149400 #001494

Analogous Colors of #940014

#940014 #943600 #94005e

Monochromatic Colors of #940014

#940014

Complementary Color

#940014 #009480

#940014 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#940014 Color Preview on White Background

Lorem ipsum dolor sit amet.

#940014 Color CSS Codes

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

#940014 Text Font Color

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

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


#940014 Background Color

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

This div background color is #940014


#940014 Border Color

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

This div border color is #940014


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(148,0,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 #940014">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #940014


Comments

No comments written yet.

Please login to write comment.