Color Hex Logo

#7559af Color Hex

#7559AF
(117,89,175)
0 Favorites   0 Comments

Color spaces of #7559af

RGB 11789175
HSL0.720.350.52
HSV260°49°69°
CMYK 0.330.490.00   0.31
XYZ18.646414.021842.2811
Yxy14.02180.24880.1871
Hunter Lab37.445723.3556-40.7342
CIE-Lab44.264230.7692-42.0086

#7559af color RGB value is (117,89,175).

#7559af hex color red value is 117, green value is 89 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #7559af hue: 0.72 , saturation: 0.35 and the lightness value of 7559af is 0.52.

The process color (four color CMYK) of #7559af color hex is 0.33, 0.49, 0.00, 0.31. Web safe color of #7559af is #666699. Color #7559af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01011001 10101111
Octal 165 131 257
Decimal 117 89 175
Hex 75 59 AF

RGB Percentages of Color #7559af

%30.71
%23.36
%45.93

CMYK Percentages of Color #7559af

%33
%49
%0
%31

Triadic Colors of #7559af

#7559af #af7559 #59af75

Analogous Colors of #7559af

#7559af #a059af #5968af

Monochromatic Colors of #7559af

#7559af

Complementary Color

#7559af #93af59

#7559af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7559af Color Preview on White Background

Lorem ipsum dolor sit amet.

#7559af Color CSS Codes

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

#7559af Text Font Color

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

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


#7559af Background Color

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

This div background color is #7559af


#7559af Border Color

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

This div border color is #7559af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7559af


Comments

No comments written yet.

Please login to write comment.