Color Hex Logo

#743668 Color Hex

#743668
(116,54,104)
0 Favorites   0 Comments

Color spaces of #743668

RGB 11654104
HSL0.870.360.33
HSV312°53°45°
CMYK 0.000.530.10   0.55
XYZ11.02037.350813.9347
Yxy7.35080.34110.2275
Hunter Lab27.112425.1079-11.4941
CIE-Lab32.592534.3614-17.0079

#743668 color RGB value is (116,54,104).

#743668 hex color red value is 116, green value is 54 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #743668 hue: 0.87 , saturation: 0.36 and the lightness value of 743668 is 0.33.

The process color (four color CMYK) of #743668 color hex is 0.00, 0.53, 0.10, 0.55. Web safe color of #743668 is #663366. Color #743668 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00110110 01101000
Octal 164 66 150
Decimal 116 54 104
Hex 74 36 68

RGB Percentages of Color #743668

%42.34
%19.71
%37.96

CMYK Percentages of Color #743668

%0
%53
%10
%55

Triadic Colors of #743668

#743668 #687436 #366874

Analogous Colors of #743668

#743668 #743649 #613674

Monochromatic Colors of #743668

#743668

Complementary Color

#743668 #367442

#743668 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#743668 Color Preview on White Background

Lorem ipsum dolor sit amet.

#743668 Color CSS Codes

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

#743668 Text Font Color

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

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


#743668 Background Color

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

This div background color is #743668


#743668 Border Color

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

This div border color is #743668


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #743668


Comments

No comments written yet.

Please login to write comment.