Color Hex Logo

#743bae Color Hex

#743BAE
(116,59,174)
0 Favorites   0 Comments

Color spaces of #743bae

RGB 11659174
HSL0.750.490.46
HSV270°66°68°
CMYK 0.330.660.00   0.32
XYZ16.40649.896941.0900
Yxy9.89690.24340.1469
Hunter Lab31.459338.0359-55.4189
CIE-Lab37.656847.1160-52.0175

#743bae color RGB value is (116,59,174).

#743bae hex color red value is 116, green value is 59 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #743bae hue: 0.75 , saturation: 0.49 and the lightness value of 743bae is 0.46.

The process color (four color CMYK) of #743bae color hex is 0.33, 0.66, 0.00, 0.32. Web safe color of #743bae is #663399. Color #743bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00111011 10101110
Octal 164 73 256
Decimal 116 59 174
Hex 74 3B AE

RGB Percentages of Color #743bae

%33.24
%16.91
%49.86

CMYK Percentages of Color #743bae

%33
%66
%0
%32

Triadic Colors of #743bae

#743bae #ae743b #3bae74

Analogous Colors of #743bae

#743bae #ae3bae #3b3cae

Monochromatic Colors of #743bae

#743bae

Complementary Color

#743bae #75ae3b

#743bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#743bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#743bae Color CSS Codes

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

#743bae Text Font Color

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

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


#743bae Background Color

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

This div background color is #743bae


#743bae Border Color

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

This div border color is #743bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #743bae


Comments

No comments written yet.

Please login to write comment.