Color Hex Logo

#7327ff Color Hex

#7327FF
(115,39,255)
0 Favorites   0 Comments

Color spaces of #7327ff

RGB 11539255
HSL0.731.000.58
HSV261°85°100°
CMYK 0.550.850.00   0.00
XYZ25.845812.315995.6227
Yxy12.31590.19320.0921
Hunter Lab35.094070.0459-136.9851
CIE-Lab41.713875.1654-92.0205

#7327ff color RGB value is (115,39,255).

#7327ff hex color red value is 115, green value is 39 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #7327ff hue: 0.73 , saturation: 1.00 and the lightness value of 7327ff is 0.58.

The process color (four color CMYK) of #7327ff color hex is 0.55, 0.85, 0.00, 0.00. Web safe color of #7327ff is #6633ff. Color #7327ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 00100111 11111111
Octal 163 47 377
Decimal 115 39 255
Hex 73 27 FF

RGB Percentages of Color #7327ff

%28.12
%9.54
%62.35

CMYK Percentages of Color #7327ff

%55
%85
%0
%0

Triadic Colors of #7327ff

#7327ff #ff7327 #27ff73

Analogous Colors of #7327ff

#7327ff #df27ff #2747ff

Monochromatic Colors of #7327ff

#7327ff

Complementary Color

#7327ff #b3ff27

#7327ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7327ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#7327ff Color CSS Codes

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

#7327ff Text Font Color

<p style="color:#7327ff">Text here</p>

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


#7327ff Background Color

<div style="background-color:#7327ff">
Div content here</div>

This div background color is #7327ff


#7327ff Border Color

<div style="border:3px solid #7327ff">
Div here</div>

This div border color is #7327ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,39,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7327ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7327ff;
  -webkit-box-shadow: 1px 1px 3px 2px #7327ff;
  box-shadow:         1px 1px 3px 2px #7327ff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7327ff


Comments

No comments written yet.

Please login to write comment.