Color Hex Logo

#741364 Color Hex

#741364
(116,19,100)
0 Favorites   0 Comments

Color spaces of #741364

RGB 11619100
HSL0.860.720.26
HSV310°84°45°
CMYK 0.000.840.14   0.55
XYZ9.73565.098812.5276
Yxy5.09880.35580.1863
Hunter Lab22.580537.4444-17.0875
CIE-Lab27.014448.5368-23.1118

#741364 color RGB value is (116,19,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00010011 01100100
Octal 164 23 144
Decimal 116 19 100
Hex 74 13 64

RGB Percentages of Color #741364

%49.36
%8.09
%42.55

CMYK Percentages of Color #741364

%0
%84
%14
%55

Triadic Colors of #741364

#741364 #647413 #136474

Analogous Colors of #741364

#741364 #741334 #541374

Monochromatic Colors of #741364

#741364

Complementary Color

#741364 #137423

#741364 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#741364 Color Preview on White Background

Lorem ipsum dolor sit amet.

#741364 Color CSS Codes

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

#741364 Text Font Color

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

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


#741364 Background Color

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

This div background color is #741364


#741364 Border Color

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

This div border color is #741364


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #741364


Comments

No comments written yet.

Please login to write comment.