Color Hex Logo

#7321cc Color Hex

#7321CC
(115,33,204)
0 Favorites   0 Comments

Color spaces of #7321cc

RGB 11533204
HSL0.750.720.46
HSV269°84°80°
CMYK 0.440.840.00   0.20
XYZ18.51329.092257.9060
Yxy9.09220.21650.1063
Hunter Lab30.153356.8254-92.7525
CIE-Lab36.161265.0023-72.1052

#7321cc color RGB value is (115,33,204).

#7321cc hex color red value is 115, green value is 33 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #7321cc hue: 0.75 , saturation: 0.72 and the lightness value of 7321cc is 0.46.

The process color (four color CMYK) of #7321cc color hex is 0.44, 0.84, 0.00, 0.20. Web safe color of #7321cc is #6633cc. Color #7321cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00100001 11001100
Octal 163 41 314
Decimal 115 33 204
Hex 73 21 CC

RGB Percentages of Color #7321cc

%32.67
%9.38
%57.95

CMYK Percentages of Color #7321cc

%44
%84
%0
%20

Triadic Colors of #7321cc

#7321cc #cc7321 #21cc73

Analogous Colors of #7321cc

#7321cc #c921cc #2125cc

Monochromatic Colors of #7321cc

#7321cc

Complementary Color

#7321cc #7acc21

#7321cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7321cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7321cc Color CSS Codes

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

#7321cc Text Font Color

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

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


#7321cc Background Color

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

This div background color is #7321cc


#7321cc Border Color

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

This div border color is #7321cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7321cc


Comments

No comments written yet.

Please login to write comment.