Color Hex Logo

#740457 Color Hex

#740457
(116,4,87)
0 Favorites   0 Comments

Color spaces of #740457

RGB 116487
HSL0.880.930.24
HSV316°97°45°
CMYK 0.000.970.25   0.55
XYZ8.96624.48809.4105
Yxy4.48800.39210.1963
Hunter Lab21.184938.4739-11.5077
CIE-Lab25.223349.9246-17.3516

#740457 color RGB value is (116,4,87).

#740457 hex color red value is 116, green value is 4 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #740457 hue: 0.88 , saturation: 0.93 and the lightness value of 740457 is 0.24.

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00000100 01010111
Octal 164 4 127
Decimal 116 4 87
Hex 74 4 57

RGB Percentages of Color #740457

%56.04
%1.93
%42.03

CMYK Percentages of Color #740457

%0
%97
%25
%55

Triadic Colors of #740457

#740457 #577404 #045774

Analogous Colors of #740457

#740457 #74041f #590474

Monochromatic Colors of #740457

#740457

Complementary Color

#740457 #047421

#740457 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#740457 Color Preview on White Background

Lorem ipsum dolor sit amet.

#740457 Color CSS Codes

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

#740457 Text Font Color

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

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


#740457 Background Color

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

This div background color is #740457


#740457 Border Color

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

This div border color is #740457


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,4,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 #740457">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #740457


Comments

No comments written yet.

Please login to write comment.