Color Hex Logo

#7359ae Color Hex

#7359AE
(115,89,174)
0 Favorites   0 Comments

Color spaces of #7359ae

RGB 11589174
HSL0.720.340.52
HSV258°49°68°
CMYK 0.340.490.00   0.32
XYZ18.282613.845641.7533
Yxy13.84560.24750.1874
Hunter Lab37.209722.5872-40.4830
CIE-Lab44.010729.9600-41.8360

#7359ae color RGB value is (115,89,174).

#7359ae hex color red value is 115, green value is 89 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #7359ae hue: 0.72 , saturation: 0.34 and the lightness value of 7359ae is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01011001 10101110
Octal 163 131 256
Decimal 115 89 174
Hex 73 59 AE

RGB Percentages of Color #7359ae

%30.42
%23.54
%46.03

CMYK Percentages of Color #7359ae

%34
%49
%0
%32

Triadic Colors of #7359ae

#7359ae #ae7359 #59ae73

Analogous Colors of #7359ae

#7359ae #9e59ae #596aae

Monochromatic Colors of #7359ae

#7359ae

Complementary Color

#7359ae #94ae59

#7359ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7359ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7359ae Color CSS Codes

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

#7359ae Text Font Color

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

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


#7359ae Background Color

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

This div background color is #7359ae


#7359ae Border Color

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

This div border color is #7359ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7359ae


Comments

No comments written yet.

Please login to write comment.