Color Hex Logo

#7331aa Color Hex

#7331AA
(115,49,170)
0 Favorites   0 Comments

Color spaces of #7331aa

RGB 11549170
HSL0.760.550.43
HSV273°71°67°
CMYK 0.320.710.00   0.33
XYZ15.42428.743738.9050
Yxy8.74370.24450.1386
Hunter Lab29.569741.3623-57.3092
CIE-Lab35.486150.8022-53.1514

#7331aa color RGB value is (115,49,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 00110001 10101010
Octal 163 61 252
Decimal 115 49 170
Hex 73 31 AA

RGB Percentages of Color #7331aa

%34.43
%14.67
%50.90

CMYK Percentages of Color #7331aa

%32
%71
%0
%33

Triadic Colors of #7331aa

#7331aa #aa7331 #31aa73

Analogous Colors of #7331aa

#7331aa #aa31a5 #3731aa

Monochromatic Colors of #7331aa

#7331aa

Complementary Color

#7331aa #68aa31

#7331aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7331aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7331aa Color CSS Codes

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

#7331aa Text Font Color

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

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


#7331aa Background Color

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

This div background color is #7331aa


#7331aa Border Color

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

This div border color is #7331aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7331aa


Comments

No comments written yet.

Please login to write comment.