Color Hex Logo

#740239 Color Hex

#740239
(116,2,57)
0 Favorites   0 Comments

Color spaces of #740239

RGB 116257
HSL0.920.970.23
HSV331°98°45°
CMYK 0.000.980.51   0.55
XYZ7.96274.05184.2333
Yxy4.05180.49010.2494
Hunter Lab20.129135.38551.6212
CIE-Lab23.842047.04900.9388

#740239 color RGB value is (116,2,57).

#740239 hex color red value is 116, green value is 2 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #740239 hue: 0.92 , saturation: 0.97 and the lightness value of 740239 is 0.23.

The process color (four color CMYK) of #740239 color hex is 0.00, 0.98, 0.51, 0.55. Web safe color of #740239 is #660033. Color #740239 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00000010 00111001
Octal 164 2 71
Decimal 116 2 57
Hex 74 2 39

RGB Percentages of Color #740239

%66.29
%1.14
%32.57

CMYK Percentages of Color #740239

%0
%98
%51
%55

Triadic Colors of #740239

#740239 #397402 #023974

Analogous Colors of #740239

#740239 #740402 #740272

Monochromatic Colors of #740239

#740239

Complementary Color

#740239 #02743d

#740239 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#740239 Color Preview on White Background

Lorem ipsum dolor sit amet.

#740239 Color CSS Codes

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

#740239 Text Font Color

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

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


#740239 Background Color

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

This div background color is #740239


#740239 Border Color

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

This div border color is #740239


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #740239


Comments

No comments written yet.

Please login to write comment.