Color Hex Logo

#740373 Color Hex

#740373
(116,3,115)
0 Favorites   0 Comments

Color spaces of #740373

RGB 1163115
HSL0.830.950.23
HSV301°97°45°
CMYK 0.000.970.01   0.55
XYZ10.32955.015916.6434
Yxy5.01590.32290.1568
Hunter Lab22.396243.1338-28.3831
CIE-Lab26.780054.2106-33.1774

#740373 color RGB value is (116,3,115).

#740373 hex color red value is 116, green value is 3 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #740373 hue: 0.83 , saturation: 0.95 and the lightness value of 740373 is 0.23.

The process color (four color CMYK) of #740373 color hex is 0.00, 0.97, 0.01, 0.55. Web safe color of #740373 is #660066. Color #740373 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00000011 01110011
Octal 164 3 163
Decimal 116 3 115
Hex 74 3 73

RGB Percentages of Color #740373

%49.57
%1.28
%49.15

CMYK Percentages of Color #740373

%0
%97
%1
%55

Triadic Colors of #740373

#740373 #737403 #037374

Analogous Colors of #740373

#740373 #74033b #3c0374

Monochromatic Colors of #740373

#740373

Complementary Color

#740373 #037404

#740373 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#740373 Color Preview on White Background

Lorem ipsum dolor sit amet.

#740373 Color CSS Codes

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

#740373 Text Font Color

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

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


#740373 Background Color

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

This div background color is #740373


#740373 Border Color

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

This div border color is #740373


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #740373


Comments

No comments written yet.

Please login to write comment.