Color Hex Logo

#742441 Color Hex

#742441
(116,36,65)
0 Favorites   0 Comments

Color spaces of #742441

RGB 1163665
HSL0.940.530.30
HSV338°69°45°
CMYK 0.000.690.44   0.55
XYZ8.78755.35645.5718
Yxy5.35640.44570.2717
Hunter Lab23.143927.27281.9269
CIE-Lab27.726937.61061.1392

#742441 color RGB value is (116,36,65).

#742441 hex color red value is 116, green value is 36 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #742441 hue: 0.94 , saturation: 0.53 and the lightness value of 742441 is 0.30.

The process color (four color CMYK) of #742441 color hex is 0.00, 0.69, 0.44, 0.55. Web safe color of #742441 is #663333. Color #742441 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00100100 01000001
Octal 164 44 101
Decimal 116 36 65
Hex 74 24 41

RGB Percentages of Color #742441

%53.46
%16.59
%29.95

CMYK Percentages of Color #742441

%0
%69
%44
%55

Triadic Colors of #742441

#742441 #417424 #244174

Analogous Colors of #742441

#742441 #742f24 #742469

Monochromatic Colors of #742441

#742441

Complementary Color

#742441 #247457

#742441 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#742441 Color Preview on White Background

Lorem ipsum dolor sit amet.

#742441 Color CSS Codes

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

#742441 Text Font Color

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

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


#742441 Background Color

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

This div background color is #742441


#742441 Border Color

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

This div border color is #742441


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #742441


Comments

No comments written yet.

Please login to write comment.