Color Hex Logo

#7329bc Color Hex

#7329BC
(115,41,188)
0 Favorites   0 Comments

Color spaces of #7329bc

RGB 11541188
HSL0.750.640.45
HSV270°78°74°
CMYK 0.390.780.00   0.26
XYZ16.94038.861648.3946
Yxy8.86160.22830.1194
Hunter Lab29.768449.4841-75.5499
CIE-Lab35.716458.4671-63.4645

#7329bc color RGB value is (115,41,188).

#7329bc hex color red value is 115, green value is 41 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #7329bc hue: 0.75 , saturation: 0.64 and the lightness value of 7329bc is 0.45.

The process color (four color CMYK) of #7329bc color hex is 0.39, 0.78, 0.00, 0.26. Web safe color of #7329bc is #6633cc. Color #7329bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00101001 10111100
Octal 163 51 274
Decimal 115 41 188
Hex 73 29 BC

RGB Percentages of Color #7329bc

%33.43
%11.92
%54.65

CMYK Percentages of Color #7329bc

%39
%78
%0
%26

Triadic Colors of #7329bc

#7329bc #bc7329 #29bc73

Analogous Colors of #7329bc

#7329bc #bc29bc #2a29bc

Monochromatic Colors of #7329bc

#7329bc

Complementary Color

#7329bc #72bc29

#7329bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7329bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7329bc Color CSS Codes

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

#7329bc Text Font Color

<p style="color:#7329bc">Text here</p>

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


#7329bc Background Color

<div style="background-color:#7329bc">
Div content here</div>

This div background color is #7329bc


#7329bc Border Color

<div style="border:3px solid #7329bc">
Div here</div>

This div border color is #7329bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,41,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7329bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7329bc;
  -webkit-box-shadow: 1px 1px 3px 2px #7329bc;
  box-shadow:         1px 1px 3px 2px #7329bc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7329bc


Comments

No comments written yet.

Please login to write comment.