Color Hex Logo

#743294 Color Hex

#743294
(116,50,148)
0 Favorites   0 Comments

Color spaces of #743294

RGB 11650148
HSL0.780.490.39
HSV280°66°58°
CMYK 0.220.660.00   0.42
XYZ13.68848.132328.8652
Yxy8.13230.27010.1604
Hunter Lab28.517235.7759-40.0515
CIE-Lab34.256945.4599-41.8299

#743294 color RGB value is (116,50,148).

#743294 hex color red value is 116, green value is 50 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #743294 hue: 0.78 , saturation: 0.49 and the lightness value of 743294 is 0.39.

The process color (four color CMYK) of #743294 color hex is 0.22, 0.66, 0.00, 0.42. Web safe color of #743294 is #663399. Color #743294 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00110010 10010100
Octal 164 62 224
Decimal 116 50 148
Hex 74 32 94

RGB Percentages of Color #743294

%36.94
%15.92
%47.13

CMYK Percentages of Color #743294

%22
%66
%0
%42

Triadic Colors of #743294

#743294 #947432 #329474

Analogous Colors of #743294

#743294 #943283 #433294

Monochromatic Colors of #743294

#743294

Complementary Color

#743294 #529432

#743294 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#743294 Color Preview on White Background

Lorem ipsum dolor sit amet.

#743294 Color CSS Codes

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

#743294 Text Font Color

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

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


#743294 Background Color

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

This div background color is #743294


#743294 Border Color

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

This div border color is #743294


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #743294


Comments

No comments written yet.

Please login to write comment.