Color Hex Logo

#7559fc Color Hex

#7559FC
(117,89,252)
0 Favorites   0 Comments

Color spaces of #7559fc

RGB 11789252
HSL0.700.960.67
HSV250°65°99°
CMYK 0.540.650.00   0.01
XYZ28.479217.954994.0601
Yxy17.95490.20270.1278
Hunter Lab42.373245.8174-101.9507
CIE-Lab49.441452.5050-77.6482

#7559fc color RGB value is (117,89,252).

#7559fc hex color red value is 117, green value is 89 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #7559fc hue: 0.70 , saturation: 0.96 and the lightness value of 7559fc is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01011001 11111100
Octal 165 131 374
Decimal 117 89 252
Hex 75 59 FC

RGB Percentages of Color #7559fc

%25.55
%19.43
%55.02

CMYK Percentages of Color #7559fc

%54
%65
%0
%1

Triadic Colors of #7559fc

#7559fc #fc7559 #59fc75

Analogous Colors of #7559fc

#7559fc #c759fc #598ffc

Monochromatic Colors of #7559fc

#7559fc

Complementary Color

#7559fc #e0fc59

#7559fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7559fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7559fc Color CSS Codes

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

#7559fc Text Font Color

<p style="color:#7559fc">Text here</p>

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


#7559fc Background Color

<div style="background-color:#7559fc">
Div content here</div>

This div background color is #7559fc


#7559fc Border Color

<div style="border:3px solid #7559fc">
Div here</div>

This div border color is #7559fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,89,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7559fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7559fc;
  -webkit-box-shadow: 1px 1px 3px 2px #7559fc;
  box-shadow:         1px 1px 3px 2px #7559fc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7559fc


Comments

No comments written yet.

Please login to write comment.