Color Hex Logo

#740244 Color Hex

#740244
(116,2,68)
0 Favorites   0 Comments

Color spaces of #740244

RGB 116268
HSL0.900.970.23
HSV325°98°45°
CMYK 0.000.980.41   0.55
XYZ8.26764.17385.8387
Yxy4.17380.45230.2283
Hunter Lab20.429936.4834-2.6437
CIE-Lab24.237948.0999-6.0435

#740244 color RGB value is (116,2,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00000010 01000100
Octal 164 2 104
Decimal 116 2 68
Hex 74 2 44

RGB Percentages of Color #740244

%62.37
%1.08
%36.56

CMYK Percentages of Color #740244

%0
%98
%41
%55

Triadic Colors of #740244

#740244 #447402 #024474

Analogous Colors of #740244

#740244 #74020b #6b0274

Monochromatic Colors of #740244

#740244

Complementary Color

#740244 #027432

#740244 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#740244 Color Preview on White Background

Lorem ipsum dolor sit amet.

#740244 Color CSS Codes

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

#740244 Text Font Color

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

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


#740244 Background Color

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

This div background color is #740244


#740244 Border Color

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

This div border color is #740244


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #740244


Comments

No comments written yet.

Please login to write comment.