Color Hex Logo

#7559df Color Hex

#7559DF
(117,89,223)
0 Favorites   0 Comments

Color spaces of #7559df

RGB 11789223
HSL0.700.680.61
HSV253°60°87°
CMYK 0.480.600.00   0.13
XYZ24.227816.254471.6725
Yxy16.25440.21600.1449
Hunter Lab40.316736.7128-77.1802
CIE-Lab47.306544.1534-64.8288

#7559df color RGB value is (117,89,223).

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

The process color (four color CMYK) of #7559df color hex is 0.48, 0.60, 0.00, 0.13. Web safe color of #7559df is #6666cc. Color #7559df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01011001 11011111
Octal 165 131 337
Decimal 117 89 223
Hex 75 59 DF

RGB Percentages of Color #7559df

%27.27
%20.75
%51.98

CMYK Percentages of Color #7559df

%48
%60
%0
%13

Triadic Colors of #7559df

#7559df #df7559 #59df75

Analogous Colors of #7559df

#7559df #b859df #5980df

Monochromatic Colors of #7559df

#7559df

Complementary Color

#7559df #c3df59

#7559df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7559df Color Preview on White Background

Lorem ipsum dolor sit amet.

#7559df Color CSS Codes

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

#7559df Text Font Color

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

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


#7559df Background Color

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

This div background color is #7559df


#7559df Border Color

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

This div border color is #7559df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7559df


Comments

No comments written yet.

Please login to write comment.