Color Hex Logo

#7359cc Color Hex

#7359CC
(115,89,204)
0 Favorites   0 Comments

Color spaces of #7359cc

RGB 11589204
HSL0.700.530.57
HSV254°56°80°
CMYK 0.440.560.00   0.20
XYZ21.541715.149258.9155
Yxy15.14920.22530.1585
Hunter Lab38.922030.6789-62.5008
CIE-Lab45.837938.3058-56.3575

#7359cc color RGB value is (115,89,204).

#7359cc hex color red value is 115, green value is 89 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #7359cc hue: 0.70 , saturation: 0.53 and the lightness value of 7359cc is 0.57.

The process color (four color CMYK) of #7359cc color hex is 0.44, 0.56, 0.00, 0.20. Web safe color of #7359cc is #6666cc. Color #7359cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01011001 11001100
Octal 163 131 314
Decimal 115 89 204
Hex 73 59 CC

RGB Percentages of Color #7359cc

%28.19
%21.81
%50.00

CMYK Percentages of Color #7359cc

%44
%56
%0
%20

Triadic Colors of #7359cc

#7359cc #cc7359 #59cc73

Analogous Colors of #7359cc

#7359cc #ad59cc #5979cc

Monochromatic Colors of #7359cc

#7359cc

Complementary Color

#7359cc #b2cc59

#7359cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7359cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7359cc Color CSS Codes

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

#7359cc Text Font Color

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

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


#7359cc Background Color

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

This div background color is #7359cc


#7359cc Border Color

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

This div border color is #7359cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7359cc


Comments

No comments written yet.

Please login to write comment.