color codes Logo

#74012c color codes

#74012C
(116,1,44)
0 Favorites   0 Comments

Color spaces of #74012c

RGB 116144
HSL0.940.980.23
HSV338°99°45°
CMYK 0.000.990.62   0.55
XYZ7.66793.91662.7347
Yxy3.91660.53550.2735
Hunter Lab19.790434.52765.6604
CIE-Lab23.393846.24679.3497

#74012c color RGB value is (116,1,44).

#74012c hex color red value is 116, green value is 1 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #74012c hue: 0.94 , saturation: 0.98 and the lightness value of 74012c is 0.23.

The process color (four color CMYK) of #74012c color code is 0.00, 0.99, 0.62, 0.55. Web safe color of #74012c is #660033. Color #74012c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00000001 00101100
Octal 164 1 54
Decimal 116 1 44
Hex 74 1 2C

RGB Percentages of Color #74012c

%72.05
%0.62
%27.33

CMYK Percentages of Color #74012c

%0
%99
%62
%55

Triadic Colors of #74012c

#74012c #2c7401 #012c74

Analogous Colors of #74012c

#74012c #741001 #740166

Monochromatic Colors of #74012c

#74012c

Complementary Color

#74012c #017449

#74012c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74012c Color Preview on White Background

Lorem ipsum dolor sit amet.

#74012c Color CSS Codes

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

#74012c Text Font Color

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

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


#74012c Background Color

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

This div background color is #74012c


#74012c Border Color

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

This div border color is #74012c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,1,44, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74012c


Comments

No comments written yet.

Please login to write comment.