Color Hex Logo

#7362ac Color Hex

#7362AC
(115,98,172)
0 Favorites   0 Comments

Color spaces of #7362ac

RGB 11598172
HSL0.700.310.53
HSV254°43°67°
CMYK 0.330.430.00   0.33
XYZ18.884315.358840.9990
Yxy15.35880.25100.2041
Hunter Lab39.190317.4292-34.5931
CIE-Lab46.121823.9927-37.3159

#7362ac color RGB value is (115,98,172).

#7362ac hex color red value is 115, green value is 98 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #7362ac hue: 0.70 , saturation: 0.31 and the lightness value of 7362ac is 0.53.

The process color (four color CMYK) of #7362ac color hex is 0.33, 0.43, 0.00, 0.33. Web safe color of #7362ac is #666699. Color #7362ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01100010 10101100
Octal 163 142 254
Decimal 115 98 172
Hex 73 62 AC

RGB Percentages of Color #7362ac

%29.87
%25.45
%44.68

CMYK Percentages of Color #7362ac

%33
%43
%0
%33

Triadic Colors of #7362ac

#7362ac #ac7362 #62ac73

Analogous Colors of #7362ac

#7362ac #9862ac #6276ac

Monochromatic Colors of #7362ac

#7362ac

Complementary Color

#7362ac #9bac62

#7362ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7362ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#7362ac Color CSS Codes

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

#7362ac Text Font Color

<p style="color:#7362ac">Text here</p>

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


#7362ac Background Color

<div style="background-color:#7362ac">
Div content here</div>

This div background color is #7362ac


#7362ac Border Color

<div style="border:3px solid #7362ac">
Div here</div>

This div border color is #7362ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,98,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7362ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7362ac;
  -webkit-box-shadow: 1px 1px 3px 2px #7362ac;
  box-shadow:         1px 1px 3px 2px #7362ac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7362ac


Comments

No comments written yet.

Please login to write comment.