Color Hex Logo

#7321ab Color Hex

#7321AB
(115,33,171)
0 Favorites   0 Comments

Color spaces of #7321ab

RGB 11533171
HSL0.770.680.40
HSV276°81°67°
CMYK 0.330.810.00   0.33
XYZ14.96487.672839.2203
Yxy7.67280.24190.1240
Hunter Lab27.699847.9598-64.5591
CIE-Lab33.291957.5246-57.3167

#7321ab color RGB value is (115,33,171).

#7321ab hex color red value is 115, green value is 33 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #7321ab hue: 0.77 , saturation: 0.68 and the lightness value of 7321ab is 0.40.

The process color (four color CMYK) of #7321ab color hex is 0.33, 0.81, 0.00, 0.33. Web safe color of #7321ab is #663399. Color #7321ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00100001 10101011
Octal 163 41 253
Decimal 115 33 171
Hex 73 21 AB

RGB Percentages of Color #7321ab

%36.05
%10.34
%53.61

CMYK Percentages of Color #7321ab

%33
%81
%0
%33

Triadic Colors of #7321ab

#7321ab #ab7321 #21ab73

Analogous Colors of #7321ab

#7321ab #ab219e #2e21ab

Monochromatic Colors of #7321ab

#7321ab

Complementary Color

#7321ab #59ab21

#7321ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7321ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#7321ab Color CSS Codes

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

#7321ab Text Font Color

<p style="color:#7321ab">Text here</p>

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


#7321ab Background Color

<div style="background-color:#7321ab">
Div content here</div>

This div background color is #7321ab


#7321ab Border Color

<div style="border:3px solid #7321ab">
Div here</div>

This div border color is #7321ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,33,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7321ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7321ab;
  -webkit-box-shadow: 1px 1px 3px 2px #7321ab;
  box-shadow:         1px 1px 3px 2px #7321ab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7321ab


Comments

No comments written yet.

Please login to write comment.