Color Hex Logo

#74143d Color Hex

#74143D
(116,20,61)
0 Favorites   0 Comments

Color spaces of #74143d

RGB 1162061
HSL0.930.710.27
HSV334°83°45°
CMYK 0.000.830.47   0.55
XYZ8.29494.55024.8560
Yxy4.55020.46860.2571
Hunter Lab21.331232.08231.4346
CIE-Lab25.412843.27910.4758

#74143d color RGB value is (116,20,61).

#74143d hex color red value is 116, green value is 20 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #74143d hue: 0.93 , saturation: 0.71 and the lightness value of 74143d is 0.27.

The process color (four color CMYK) of #74143d color hex is 0.00, 0.83, 0.47, 0.55. Web safe color of #74143d is #660033. Color #74143d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00010100 00111101
Octal 164 24 75
Decimal 116 20 61
Hex 74 14 3D

RGB Percentages of Color #74143d

%58.88
%10.15
%30.96

CMYK Percentages of Color #74143d

%0
%83
%47
%55

Triadic Colors of #74143d

#74143d #3d7414 #143d74

Analogous Colors of #74143d

#74143d #741b14 #74146d

Monochromatic Colors of #74143d

#74143d

Complementary Color

#74143d #14744b

#74143d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#74143d Color Preview on White Background

Lorem ipsum dolor sit amet.

#74143d Color CSS Codes

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

#74143d Text Font Color

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

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


#74143d Background Color

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

This div background color is #74143d


#74143d Border Color

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

This div border color is #74143d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #74143d


Comments

No comments written yet.

Please login to write comment.