Color Hex Logo

#741463 Color Hex

#741463
(116,20,99)
0 Favorites   0 Comments

Color spaces of #741463

RGB 1162099
HSL0.860.710.27
HSV311°83°45°
CMYK 0.000.830.15   0.55
XYZ9.70475.114212.2800
Yxy5.11420.35810.1887
Hunter Lab22.614637.0249-16.3650
CIE-Lab27.057748.1026-22.3921

#741463 color RGB value is (116,20,99).

#741463 hex color red value is 116, green value is 20 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #741463 hue: 0.86 , saturation: 0.71 and the lightness value of 741463 is 0.27.

The process color (four color CMYK) of #741463 color hex is 0.00, 0.83, 0.15, 0.55. Web safe color of #741463 is #660066. Color #741463 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00010100 01100011
Octal 164 24 143
Decimal 116 20 99
Hex 74 14 63

RGB Percentages of Color #741463

%49.36
%8.51
%42.13

CMYK Percentages of Color #741463

%0
%83
%15
%55

Triadic Colors of #741463

#741463 #637414 #146374

Analogous Colors of #741463

#741463 #741433 #551474

Monochromatic Colors of #741463

#741463

Complementary Color

#741463 #147425

#741463 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#741463 Color Preview on White Background

Lorem ipsum dolor sit amet.

#741463 Color CSS Codes

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

#741463 Text Font Color

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

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


#741463 Background Color

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

This div background color is #741463


#741463 Border Color

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

This div border color is #741463


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #741463


Comments

No comments written yet.

Please login to write comment.