Color Hex Logo

#7347ae Color Hex

#7347AE
(115,71,174)
0 Favorites   0 Comments

Color spaces of #7347ae

RGB 11571174
HSL0.740.420.48
HSV266°59°68°
CMYK 0.340.590.00   0.32
XYZ16.963511.207341.3136
Yxy11.20730.24410.1613
Hunter Lab33.477331.8636-49.7344
CIE-Lab39.927440.4446-48.3642

#7347ae color RGB value is (115,71,174).

#7347ae hex color red value is 115, green value is 71 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #7347ae hue: 0.74 , saturation: 0.42 and the lightness value of 7347ae is 0.48.

The process color (four color CMYK) of #7347ae color hex is 0.34, 0.59, 0.00, 0.32. Web safe color of #7347ae is #663399. Color #7347ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01000111 10101110
Octal 163 107 256
Decimal 115 71 174
Hex 73 47 AE

RGB Percentages of Color #7347ae

%31.94
%19.72
%48.33

CMYK Percentages of Color #7347ae

%34
%59
%0
%32

Triadic Colors of #7347ae

#7347ae #ae7347 #47ae73

Analogous Colors of #7347ae

#7347ae #a747ae #474fae

Monochromatic Colors of #7347ae

#7347ae

Complementary Color

#7347ae #82ae47

#7347ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7347ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7347ae Color CSS Codes

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

#7347ae Text Font Color

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

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


#7347ae Background Color

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

This div background color is #7347ae


#7347ae Border Color

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

This div border color is #7347ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,71,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 #7347ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7347ae


Comments

No comments written yet.

Please login to write comment.