Color Hex Logo

#7359ec Color Hex

#7359EC
(115,89,236)
0 Favorites   0 Comments

Color spaces of #7359ec

RGB 11589236
HSL0.700.790.64
HSV251°62°93°
CMYK 0.510.620.00   0.07
XYZ25.782916.845781.2495
Yxy16.84570.20810.1360
Hunter Lab41.043540.3048-88.6397
CIE-Lab48.065047.5267-70.9485

#7359ec color RGB value is (115,89,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 01011001 11101100
Octal 163 131 354
Decimal 115 89 236
Hex 73 59 EC

RGB Percentages of Color #7359ec

%26.14
%20.23
%53.64

CMYK Percentages of Color #7359ec

%51
%62
%0
%7

Triadic Colors of #7359ec

#7359ec #ec7359 #59ec73

Analogous Colors of #7359ec

#7359ec #bd59ec #5989ec

Monochromatic Colors of #7359ec

#7359ec

Complementary Color

#7359ec #d2ec59

#7359ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7359ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7359ec Color CSS Codes

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

#7359ec Text Font Color

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

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


#7359ec Background Color

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

This div background color is #7359ec


#7359ec Border Color

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

This div border color is #7359ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7359ec


Comments

No comments written yet.

Please login to write comment.