Color Hex Logo

#7359ba Color Hex

#7359BA
(115,89,186)
0 Favorites   0 Comments

Color spaces of #7359ba

RGB 11589186
HSL0.710.410.54
HSV256°52°73°
CMYK 0.380.520.00   0.27
XYZ19.505514.334848.1932
Yxy14.33480.23780.1747
Hunter Lab37.861325.7028-48.9666
CIE-Lab44.709333.2456-47.7476

#7359ba color RGB value is (115,89,186).

#7359ba hex color red value is 115, green value is 89 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #7359ba hue: 0.71 , saturation: 0.41 and the lightness value of 7359ba is 0.54.

The process color (four color CMYK) of #7359ba color hex is 0.38, 0.52, 0.00, 0.27. Web safe color of #7359ba is #6666cc. Color #7359ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01011001 10111010
Octal 163 131 272
Decimal 115 89 186
Hex 73 59 BA

RGB Percentages of Color #7359ba

%29.49
%22.82
%47.69

CMYK Percentages of Color #7359ba

%38
%52
%0
%27

Triadic Colors of #7359ba

#7359ba #ba7359 #59ba73

Analogous Colors of #7359ba

#7359ba #a459ba #5970ba

Monochromatic Colors of #7359ba

#7359ba

Complementary Color

#7359ba #a0ba59

#7359ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7359ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7359ba Color CSS Codes

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

#7359ba Text Font Color

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

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


#7359ba Background Color

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

This div background color is #7359ba


#7359ba Border Color

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

This div border color is #7359ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7359ba


Comments

No comments written yet.

Please login to write comment.