Color Hex Logo

#740a57 Color Hex

#740A57
(116,10,87)
0 Favorites   0 Comments

Color spaces of #740a57

RGB 1161087
HSL0.880.840.25
HSV316°91°45°
CMYK 0.000.910.25   0.55
XYZ9.03134.61829.4322
Yxy4.61820.39130.2001
Hunter Lab21.490037.4082-10.9800
CIE-Lab25.618148.7722-16.7388

#740a57 color RGB value is (116,10,87).

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

The process color (four color CMYK) of #740a57 color hex is 0.00, 0.91, 0.25, 0.55. Web safe color of #740a57 is #660066. Color #740a57 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00001010 01010111
Octal 164 12 127
Decimal 116 10 87
Hex 74 A 57

RGB Percentages of Color #740a57

%54.46
%4.69
%40.85

CMYK Percentages of Color #740a57

%0
%91
%25
%55

Triadic Colors of #740a57

#740a57 #57740a #0a5774

Analogous Colors of #740a57

#740a57 #740a22 #5c0a74

Monochromatic Colors of #740a57

#740a57

Complementary Color

#740a57 #0a7427

#740a57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#740a57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#740a57 Color CSS Codes

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

#740a57 Text Font Color

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

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


#740a57 Background Color

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

This div background color is #740a57


#740a57 Border Color

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

This div border color is #740a57


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #740a57


Comments

No comments written yet.

Please login to write comment.