Color Hex Logo

#740a48 Color Hex

#740A48
(116,10,72)
0 Favorites   0 Comments

Color spaces of #740a48

RGB 1161072
HSL0.900.840.25
HSV325°91°45°
CMYK 0.000.910.38   0.55
XYZ8.48074.39806.5328
Yxy4.39800.43690.2266
Hunter Lab20.971435.4843-3.7894
CIE-Lab24.945846.9357-7.7004

#740a48 color RGB value is (116,10,72).

#740a48 hex color red value is 116, green value is 10 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #740a48 hue: 0.90 , saturation: 0.84 and the lightness value of 740a48 is 0.25.

The process color (four color CMYK) of #740a48 color hex is 0.00, 0.91, 0.38, 0.55. Web safe color of #740a48 is #660033. Color #740a48 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00001010 01001000
Octal 164 12 110
Decimal 116 10 72
Hex 74 A 48

RGB Percentages of Color #740a48

%58.59
%5.05
%36.36

CMYK Percentages of Color #740a48

%0
%91
%38
%55

Triadic Colors of #740a48

#740a48 #48740a #0a4874

Analogous Colors of #740a48

#740a48 #740a13 #6b0a74

Monochromatic Colors of #740a48

#740a48

Complementary Color

#740a48 #0a7436

#740a48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#740a48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#740a48 Color CSS Codes

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

#740a48 Text Font Color

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

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


#740a48 Background Color

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

This div background color is #740a48


#740a48 Border Color

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

This div border color is #740a48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #740a48


Comments

No comments written yet.

Please login to write comment.