Color Hex Logo

#741360 Color Hex

#741360
(116,19,96)
0 Favorites   0 Comments

Color spaces of #741360

RGB 1161996
HSL0.870.720.26
HSV312°84°45°
CMYK 0.000.840.17   0.55
XYZ9.54675.023311.5328
Yxy5.02330.36570.1924
Hunter Lab22.412736.8098-14.8197
CIE-Lab26.801047.9335-20.8335

#741360 color RGB value is (116,19,96).

#741360 hex color red value is 116, green value is 19 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #741360 hue: 0.87 , saturation: 0.72 and the lightness value of 741360 is 0.26.

The process color (four color CMYK) of #741360 color hex is 0.00, 0.84, 0.17, 0.55. Web safe color of #741360 is #660066. Color #741360 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00010011 01100000
Octal 164 23 140
Decimal 116 19 96
Hex 74 13 60

RGB Percentages of Color #741360

%50.22
%8.23
%41.56

CMYK Percentages of Color #741360

%0
%84
%17
%55

Triadic Colors of #741360

#741360 #607413 #136074

Analogous Colors of #741360

#741360 #741330 #581374

Monochromatic Colors of #741360

#741360

Complementary Color

#741360 #137427

#741360 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#741360 Color Preview on White Background

Lorem ipsum dolor sit amet.

#741360 Color CSS Codes

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

#741360 Text Font Color

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

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


#741360 Background Color

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

This div background color is #741360


#741360 Border Color

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

This div border color is #741360


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #741360


Comments

No comments written yet.

Please login to write comment.