Color Hex Logo

#7343aa Color Hex

#7343AA
(115,67,170)
0 Favorites   0 Comments

Color spaces of #7343aa

RGB 11567170
HSL0.740.430.46
HSV268°61°67°
CMYK 0.320.610.00   0.33
XYZ16.333110.561439.2079
Yxy10.56140.24710.1598
Hunter Lab32.498332.8390-48.7822
CIE-Lab38.831741.6363-47.7504

#7343aa color RGB value is (115,67,170).

#7343aa hex color red value is 115, green value is 67 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7343aa hue: 0.74 , saturation: 0.43 and the lightness value of 7343aa is 0.46.

The process color (four color CMYK) of #7343aa color hex is 0.32, 0.61, 0.00, 0.33. Web safe color of #7343aa is #663399. Color #7343aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01000011 10101010
Octal 163 103 252
Decimal 115 67 170
Hex 73 43 AA

RGB Percentages of Color #7343aa

%32.67
%19.03
%48.30

CMYK Percentages of Color #7343aa

%32
%61
%0
%33

Triadic Colors of #7343aa

#7343aa #aa7343 #43aa73

Analogous Colors of #7343aa

#7343aa #a743aa #4346aa

Monochromatic Colors of #7343aa

#7343aa

Complementary Color

#7343aa #7aaa43

#7343aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7343aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7343aa Color CSS Codes

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

#7343aa Text Font Color

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

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


#7343aa Background Color

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

This div background color is #7343aa


#7343aa Border Color

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

This div border color is #7343aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,67,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7343aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7343aa;
  -webkit-box-shadow: 1px 1px 3px 2px #7343aa;
  box-shadow:         1px 1px 3px 2px #7343aa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,67,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7343aa


Comments

No comments written yet.

Please login to write comment.