Color Hex Logo

#741214 Color Hex

#741214
(116,18,20)
0 Favorites   0 Comments

Color spaces of #741214

RGB 1161820
HSL1.000.730.26
HSV359°84°45°
CMYK 0.000.840.83   0.55
XYZ7.54504.19611.0741
Yxy4.19610.58880.3274
Hunter Lab20.484429.899111.2302
CIE-Lab24.309441.139526.6055

#741214 color RGB value is (116,18,20).

#741214 hex color red value is 116, green value is 18 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #741214 hue: 1.00 , saturation: 0.73 and the lightness value of 741214 is 0.26.

The process color (four color CMYK) of #741214 color hex is 0.00, 0.84, 0.83, 0.55. Web safe color of #741214 is #660000. Color #741214 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00010010 00010100
Octal 164 22 24
Decimal 116 18 20
Hex 74 12 14

RGB Percentages of Color #741214

%75.32
%11.69
%12.99

CMYK Percentages of Color #741214

%0
%84
%83
%55

Triadic Colors of #741214

#741214 #147412 #121474

Analogous Colors of #741214

#741214 #744112 #741245

Monochromatic Colors of #741214

#741214

Complementary Color

#741214 #127472

#741214 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#741214 Color Preview on White Background

Lorem ipsum dolor sit amet.

#741214 Color CSS Codes

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

#741214 Text Font Color

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

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


#741214 Background Color

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

This div background color is #741214


#741214 Border Color

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

This div border color is #741214


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #741214


Comments

No comments written yet.

Please login to write comment.