Color Hex Logo

#740019 Color Hex

#740019
(116,0,25)
0 Favorites   0 Comments

Color spaces of #740019

RGB 116025
HSL0.961.000.23
HSV347°100°45°
CMYK 0.001.000.78   0.55
XYZ7.37793.78321.2611
Yxy3.78320.59390.3046
Hunter Lab19.450433.66999.7712
CIE-Lab22.941445.438221.8894

#740019 color RGB value is (116,0,25).

#740019 hex color red value is 116, green value is 0 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #740019 hue: 0.96 , saturation: 1.00 and the lightness value of 740019 is 0.23.

The process color (four color CMYK) of #740019 color hex is 0.00, 1.00, 0.78, 0.55. Web safe color of #740019 is #660000. Color #740019 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00000000 00011001
Octal 164 0 31
Decimal 116 0 25
Hex 74 0 19

RGB Percentages of Color #740019

%82.27
%0.00
%17.73

CMYK Percentages of Color #740019

%0
%100
%78
%55

Triadic Colors of #740019

#740019 #197400 #001974

Analogous Colors of #740019

#740019 #742100 #740053

Monochromatic Colors of #740019

#740019

Complementary Color

#740019 #00745b

#740019 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#740019 Color Preview on White Background

Lorem ipsum dolor sit amet.

#740019 Color CSS Codes

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

#740019 Text Font Color

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

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


#740019 Background Color

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

This div background color is #740019


#740019 Border Color

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

This div border color is #740019


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #740019

#740019 Color Palettes


Comments

No comments written yet.

Please login to write comment.