Color Hex Logo

#7359ed Color Hex

#7359ED
(115,89,237)
0 Favorites   0 Comments

Color spaces of #7359ed

RGB 11589237
HSL0.700.800.64
HSV251°62°93°
CMYK 0.510.620.00   0.07
XYZ25.928716.904082.0170
Yxy16.90400.20770.1354
Hunter Lab41.114540.6201-89.4942
CIE-Lab48.138847.8174-71.3906

#7359ed color RGB value is (115,89,237).

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

The process color (four color CMYK) of #7359ed color hex is 0.51, 0.62, 0.00, 0.07. Web safe color of #7359ed is #6666ff. Color #7359ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01011001 11101101
Octal 163 131 355
Decimal 115 89 237
Hex 73 59 ED

RGB Percentages of Color #7359ed

%26.08
%20.18
%53.74

CMYK Percentages of Color #7359ed

%51
%62
%0
%7

Triadic Colors of #7359ed

#7359ed #ed7359 #59ed73

Analogous Colors of #7359ed

#7359ed #bd59ed #5989ed

Monochromatic Colors of #7359ed

#7359ed

Complementary Color

#7359ed #d3ed59

#7359ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7359ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#7359ed Color CSS Codes

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

#7359ed Text Font Color

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

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


#7359ed Background Color

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

This div background color is #7359ed


#7359ed Border Color

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

This div border color is #7359ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7359ed


Comments

No comments written yet.

Please login to write comment.