Color Hex Logo

#7321cf Color Hex

#7321CF
(115,33,207)
0 Favorites   0 Comments

Color spaces of #7321cf

RGB 11533207
HSL0.750.730.47
HSV268°84°81°
CMYK 0.440.840.00   0.19
XYZ18.87669.237559.8196
Yxy9.23750.21470.1051
Hunter Lab30.393357.6743-95.4185
CIE-Lab36.437665.6951-73.3943

#7321cf color RGB value is (115,33,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 00100001 11001111
Octal 163 41 317
Decimal 115 33 207
Hex 73 21 CF

RGB Percentages of Color #7321cf

%32.39
%9.30
%58.31

CMYK Percentages of Color #7321cf

%44
%84
%0
%19

Triadic Colors of #7321cf

#7321cf #cf7321 #21cf73

Analogous Colors of #7321cf

#7321cf #ca21cf #2126cf

Monochromatic Colors of #7321cf

#7321cf

Complementary Color

#7321cf #7dcf21

#7321cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7321cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7321cf Color CSS Codes

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

#7321cf Text Font Color

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

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


#7321cf Background Color

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

This div background color is #7321cf


#7321cf Border Color

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

This div border color is #7321cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7321cf


Comments

No comments written yet.

Please login to write comment.