Color Hex Logo

#743861 Color Hex

#743861
(116,56,97)
0 Favorites   0 Comments

Color spaces of #743861

RGB 1165697
HSL0.890.350.34
HSV319°52°45°
CMYK 0.000.520.16   0.55
XYZ10.77437.404412.1706
Yxy7.40440.35500.2440
Hunter Lab27.211023.0584-7.4708
CIE-Lab32.710432.0257-12.3583

#743861 color RGB value is (116,56,97).

#743861 hex color red value is 116, green value is 56 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #743861 hue: 0.89 , saturation: 0.35 and the lightness value of 743861 is 0.34.

The process color (four color CMYK) of #743861 color hex is 0.00, 0.52, 0.16, 0.55. Web safe color of #743861 is #663366. Color #743861 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00111000 01100001
Octal 164 70 141
Decimal 116 56 97
Hex 74 38 61

RGB Percentages of Color #743861

%43.12
%20.82
%36.06

CMYK Percentages of Color #743861

%0
%52
%16
%55

Triadic Colors of #743861

#743861 #617438 #386174

Analogous Colors of #743861

#743861 #743843 #693874

Monochromatic Colors of #743861

#743861

Complementary Color

#743861 #38744b

#743861 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#743861 Color Preview on White Background

Lorem ipsum dolor sit amet.

#743861 Color CSS Codes

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

#743861 Text Font Color

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

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


#743861 Background Color

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

This div background color is #743861


#743861 Border Color

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

This div border color is #743861


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #743861


Comments

No comments written yet.

Please login to write comment.