Color Hex Logo

#7353ae Color Hex

#7353AE
(115,83,174)
0 Favorites   0 Comments

Color spaces of #7353ae

RGB 11583174
HSL0.730.360.50
HSV261°52°68°
CMYK 0.340.520.00   0.32
XYZ17.803512.887341.5936
Yxy12.88730.24630.1783
Hunter Lab35.898925.7013-43.5661
CIE-Lab42.592933.5274-44.0949

#7353ae color RGB value is (115,83,174).

#7353ae hex color red value is 115, green value is 83 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #7353ae hue: 0.73 , saturation: 0.36 and the lightness value of 7353ae is 0.50.

The process color (four color CMYK) of #7353ae color hex is 0.34, 0.52, 0.00, 0.32. Web safe color of #7353ae is #666699. Color #7353ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01010011 10101110
Octal 163 123 256
Decimal 115 83 174
Hex 73 53 AE

RGB Percentages of Color #7353ae

%30.91
%22.31
%46.77

CMYK Percentages of Color #7353ae

%34
%52
%0
%32

Triadic Colors of #7353ae

#7353ae #ae7353 #53ae73

Analogous Colors of #7353ae

#7353ae #a153ae #5360ae

Monochromatic Colors of #7353ae

#7353ae

Complementary Color

#7353ae #8eae53

#7353ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7353ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7353ae Color CSS Codes

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

#7353ae Text Font Color

<p style="color:#7353ae">Text here</p>

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


#7353ae Background Color

<div style="background-color:#7353ae">
Div content here</div>

This div background color is #7353ae


#7353ae Border Color

<div style="border:3px solid #7353ae">
Div here</div>

This div border color is #7353ae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,83,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7353ae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7353ae;
  -webkit-box-shadow: 1px 1px 3px 2px #7353ae;
  box-shadow:         1px 1px 3px 2px #7353ae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7353ae


Comments

No comments written yet.

Please login to write comment.