Color Hex Logo

#7359fb Color Hex

#7359FB
(115,89,251)
0 Favorites   0 Comments

Color spaces of #7359fb

RGB 11589251
HSL0.690.950.67
HSV250°65°98°
CMYK 0.540.650.00   0.02
XYZ28.055217.754693.2151
Yxy17.75460.20180.1277
Hunter Lab42.136245.1108-101.6679
CIE-Lab49.197151.8891-77.4972

#7359fb color RGB value is (115,89,251).

#7359fb hex color red value is 115, green value is 89 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #7359fb hue: 0.69 , saturation: 0.95 and the lightness value of 7359fb is 0.67.

The process color (four color CMYK) of #7359fb color hex is 0.54, 0.65, 0.00, 0.02. Web safe color of #7359fb is #6666ff. Color #7359fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 01011001 11111011
Octal 163 131 373
Decimal 115 89 251
Hex 73 59 FB

RGB Percentages of Color #7359fb

%25.27
%19.56
%55.16

CMYK Percentages of Color #7359fb

%54
%65
%0
%2

Triadic Colors of #7359fb

#7359fb #fb7359 #59fb73

Analogous Colors of #7359fb

#7359fb #c459fb #5990fb

Monochromatic Colors of #7359fb

#7359fb

Complementary Color

#7359fb #e1fb59

#7359fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7359fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7359fb Color CSS Codes

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

#7359fb Text Font Color

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

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


#7359fb Background Color

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

This div background color is #7359fb


#7359fb Border Color

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

This div border color is #7359fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7359fb


Comments

No comments written yet.

Please login to write comment.