Color Hex Logo

#741555 Color Hex

#741555
(116,21,85)
0 Favorites   0 Comments

Color spaces of #741555

RGB 1162185
HSL0.890.690.27
HSV320°82°45°
CMYK 0.000.820.27   0.55
XYZ9.11034.90529.0610
Yxy4.90520.39480.2126
Hunter Lab22.147734.6663-8.7532
CIE-Lab26.463045.7939-14.1057

#741555 color RGB value is (116,21,85).

#741555 hex color red value is 116, green value is 21 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #741555 hue: 0.89 , saturation: 0.69 and the lightness value of 741555 is 0.27.

The process color (four color CMYK) of #741555 color hex is 0.00, 0.82, 0.27, 0.55. Web safe color of #741555 is #660066. Color #741555 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00010101 01010101
Octal 164 25 125
Decimal 116 21 85
Hex 74 15 55

RGB Percentages of Color #741555

%52.25
%9.46
%38.29

CMYK Percentages of Color #741555

%0
%82
%27
%55

Triadic Colors of #741555

#741555 #557415 #155574

Analogous Colors of #741555

#741555 #741525 #641574

Monochromatic Colors of #741555

#741555

Complementary Color

#741555 #157434

#741555 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#741555 Color Preview on White Background

Lorem ipsum dolor sit amet.

#741555 Color CSS Codes

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

#741555 Text Font Color

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

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


#741555 Background Color

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

This div background color is #741555


#741555 Border Color

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

This div border color is #741555


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #741555


Comments

No comments written yet.

Please login to write comment.