Color Hex Logo

#743ac6 Color Hex

#743AC6
(116,58,198)
0 Favorites   0 Comments

Color spaces of #743ac6

RGB 11658198
HSL0.740.550.50
HSV265°71°78°
CMYK 0.410.710.00   0.22
XYZ18.908610.816354.5173
Yxy10.81630.22450.1284
Hunter Lab32.888145.0719-75.2609
CIE-Lab39.269353.6541-63.5218

#743ac6 color RGB value is (116,58,198).

#743ac6 hex color red value is 116, green value is 58 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #743ac6 hue: 0.74 , saturation: 0.55 and the lightness value of 743ac6 is 0.50.

The process color (four color CMYK) of #743ac6 color hex is 0.41, 0.71, 0.00, 0.22. Web safe color of #743ac6 is #6633cc. Color #743ac6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00111010 11000110
Octal 164 72 306
Decimal 116 58 198
Hex 74 3A C6

RGB Percentages of Color #743ac6

%31.18
%15.59
%53.23

CMYK Percentages of Color #743ac6

%41
%71
%0
%22

Triadic Colors of #743ac6

#743ac6 #c6743a #3ac674

Analogous Colors of #743ac6

#743ac6 #ba3ac6 #3a46c6

Monochromatic Colors of #743ac6

#743ac6

Complementary Color

#743ac6 #8cc63a

#743ac6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#743ac6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#743ac6 Color CSS Codes

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

#743ac6 Text Font Color

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

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


#743ac6 Background Color

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

This div background color is #743ac6


#743ac6 Border Color

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

This div border color is #743ac6


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,58,198, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #743ac6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #743ac6;
  -webkit-box-shadow: 1px 1px 3px 2px #743ac6;
  box-shadow:         1px 1px 3px 2px #743ac6; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #743ac6


Comments

No comments written yet.

Please login to write comment.