Color Hex Logo

#7347ba Color Hex

#7347BA
(115,71,186)
0 Favorites   0 Comments

Color spaces of #7347ba

RGB 11571186
HSL0.730.450.50
HSV263°62°73°
CMYK 0.380.620.00   0.27
XYZ18.186411.696547.7535
Yxy11.69650.23430.1507
Hunter Lab34.200135.0696-58.8462
CIE-Lab40.729643.5953-54.1441

#7347ba color RGB value is (115,71,186).

#7347ba hex color red value is 115, green value is 71 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #7347ba hue: 0.73 , saturation: 0.45 and the lightness value of 7347ba is 0.50.

The process color (four color CMYK) of #7347ba color hex is 0.38, 0.62, 0.00, 0.27. Web safe color of #7347ba is #6633cc. Color #7347ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01000111 10111010
Octal 163 107 272
Decimal 115 71 186
Hex 73 47 BA

RGB Percentages of Color #7347ba

%30.91
%19.09
%50.00

CMYK Percentages of Color #7347ba

%38
%62
%0
%27

Triadic Colors of #7347ba

#7347ba #ba7347 #47ba73

Analogous Colors of #7347ba

#7347ba #ad47ba #4754ba

Monochromatic Colors of #7347ba

#7347ba

Complementary Color

#7347ba #8eba47

#7347ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7347ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7347ba Color CSS Codes

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

#7347ba Text Font Color

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

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


#7347ba Background Color

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

This div background color is #7347ba


#7347ba Border Color

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

This div border color is #7347ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,71,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7347ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7347ba;
  -webkit-box-shadow: 1px 1px 3px 2px #7347ba;
  box-shadow:         1px 1px 3px 2px #7347ba; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7347ba


Comments

No comments written yet.

Please login to write comment.