Color Hex Logo

#740001 Color Hex

#740001
(116,0,1)
7 Favorites   0 Comments

Color spaces of #740001

RGB 11601
HSL1.001.000.23
HSV359°100°45°
CMYK 0.001.000.99   0.55
XYZ7.20793.71520.3659
Yxy3.71520.63850.3291
Hunter Lab19.274933.019712.3669
CIE-Lab22.706644.799033.9157

#740001 color RGB value is (116,0,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00000000 00000001
Octal 164 0 1
Decimal 116 0 1
Hex 74 0 1

RGB Percentages of Color #740001

%99.15
%0.00
%0.85

CMYK Percentages of Color #740001

%0
%100
%99
%55

Triadic Colors of #740001

#740001 #017400 #000174

Analogous Colors of #740001

#740001 #743900 #74003b

Monochromatic Colors of #740001

#740001

Complementary Color

#740001 #007473

#740001 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#740001 Color Preview on White Background

Lorem ipsum dolor sit amet.

#740001 Color CSS Codes

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

#740001 Text Font Color

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

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


#740001 Background Color

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

This div background color is #740001


#740001 Border Color

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

This div border color is #740001


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #740001


Comments

No comments written yet.

Please login to write comment.