Color Hex Logo

#7330aa Color Hex

#7330AA
(115,48,170)
0 Favorites   0 Comments

Color spaces of #7330aa

RGB 11548170
HSL0.760.560.43
HSV273°72°67°
CMYK 0.320.720.00   0.33
XYZ15.38298.661038.8912
Yxy8.66100.24440.1376
Hunter Lab29.429641.8006-57.7511
CIE-Lab35.323251.2604-53.4154

#7330aa color RGB value is (115,48,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 00110000 10101010
Octal 163 60 252
Decimal 115 48 170
Hex 73 30 AA

RGB Percentages of Color #7330aa

%34.53
%14.41
%51.05

CMYK Percentages of Color #7330aa

%32
%72
%0
%33

Triadic Colors of #7330aa

#7330aa #aa7330 #30aa73

Analogous Colors of #7330aa

#7330aa #aa30a4 #3630aa

Monochromatic Colors of #7330aa

#7330aa

Complementary Color

#7330aa #67aa30

#7330aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7330aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7330aa Color CSS Codes

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

#7330aa Text Font Color

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

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


#7330aa Background Color

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

This div background color is #7330aa


#7330aa Border Color

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

This div border color is #7330aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7330aa


Comments

No comments written yet.

Please login to write comment.