Color Hex Logo

#743680 Color Hex

#743680
(116,54,128)
0 Favorites   0 Comments

Color spaces of #743680

RGB 11654128
HSL0.810.410.36
HSV290°58°50°
CMYK 0.090.580.00   0.50
XYZ12.41797.909921.2943
Yxy7.90990.29830.1900
Hunter Lab28.124529.5956-25.2038
CIE-Lab33.794539.0798-30.2381

#743680 color RGB value is (116,54,128).

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

The process color (four color CMYK) of #743680 color hex is 0.09, 0.58, 0.00, 0.50. Web safe color of #743680 is #663399. Color #743680 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00110110 10000000
Octal 164 66 200
Decimal 116 54 128
Hex 74 36 80

RGB Percentages of Color #743680

%38.93
%18.12
%42.95

CMYK Percentages of Color #743680

%9
%58
%0
%50

Triadic Colors of #743680

#743680 #807436 #368074

Analogous Colors of #743680

#743680 #803667 #4f3680

Monochromatic Colors of #743680

#743680

Complementary Color

#743680 #428036

#743680 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#743680 Color Preview on White Background

Lorem ipsum dolor sit amet.

#743680 Color CSS Codes

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

#743680 Text Font Color

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

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


#743680 Background Color

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

This div background color is #743680


#743680 Border Color

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

This div border color is #743680


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #743680


Comments

No comments written yet.

Please login to write comment.