Color Hex Logo

#7369ac Color Hex

#7369AC
(115,105,172)
0 Favorites   0 Comments

Color spaces of #7369ac

RGB 115105172
HSL0.690.290.54
HSV249°39°67°
CMYK 0.330.390.00   0.33
XYZ19.568216.726541.2269
Yxy16.72650.25240.2158
Hunter Lab40.898013.8341-31.1381
CIE-Lab47.913619.7498-34.4937

#7369ac color RGB value is (115,105,172).

#7369ac hex color red value is 115, green value is 105 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #7369ac hue: 0.69 , saturation: 0.29 and the lightness value of 7369ac is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01101001 10101100
Octal 163 151 254
Decimal 115 105 172
Hex 73 69 AC

RGB Percentages of Color #7369ac

%29.34
%26.79
%43.88

CMYK Percentages of Color #7369ac

%33
%39
%0
%33

Triadic Colors of #7369ac

#7369ac #ac7369 #69ac73

Analogous Colors of #7369ac

#7369ac #9569ac #6981ac

Monochromatic Colors of #7369ac

#7369ac

Complementary Color

#7369ac #a2ac69

#7369ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7369ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#7369ac Color CSS Codes

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

#7369ac Text Font Color

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

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


#7369ac Background Color

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

This div background color is #7369ac


#7369ac Border Color

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

This div border color is #7369ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,105,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 #7369ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7369ac


Comments

No comments written yet.

Please login to write comment.