Color Hex Logo

#7343ad Color Hex

#7343AD
(115,67,173)
0 Favorites   0 Comments

Color spaces of #7343ad

RGB 11567173
HSL0.740.440.47
HSV267°61°68°
CMYK 0.340.610.00   0.32
XYZ16.620210.676340.7199
Yxy10.67630.24440.1570
Hunter Lab32.674633.6149-51.0164
CIE-Lab39.029842.4016-49.2148

#7343ad color RGB value is (115,67,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01000011 10101101
Octal 163 103 255
Decimal 115 67 173
Hex 73 43 AD

RGB Percentages of Color #7343ad

%32.39
%18.87
%48.73

CMYK Percentages of Color #7343ad

%34
%61
%0
%32

Triadic Colors of #7343ad

#7343ad #ad7343 #43ad73

Analogous Colors of #7343ad

#7343ad #a843ad #4348ad

Monochromatic Colors of #7343ad

#7343ad

Complementary Color

#7343ad #7dad43

#7343ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7343ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7343ad Color CSS Codes

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

#7343ad Text Font Color

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

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


#7343ad Background Color

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

This div background color is #7343ad


#7343ad Border Color

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

This div border color is #7343ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7343ad


Comments

No comments written yet.

Please login to write comment.