Color Hex Logo

#7560af Color Hex

#7560AF
(117,96,175)
0 Favorites   0 Comments

Color spaces of #7560af

RGB 11796175
HSL0.710.330.53
HSV256°45°69°
CMYK 0.330.450.00   0.31
XYZ19.256915.242842.4846
Yxy15.24280.25010.1980
Hunter Lab39.042019.7189-37.1885
CIE-Lab45.965026.5749-39.3099

#7560af color RGB value is (117,96,175).

#7560af hex color red value is 117, green value is 96 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #7560af hue: 0.71 , saturation: 0.33 and the lightness value of 7560af is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 01100000 10101111
Octal 165 140 257
Decimal 117 96 175
Hex 75 60 AF

RGB Percentages of Color #7560af

%30.15
%24.74
%45.10

CMYK Percentages of Color #7560af

%33
%45
%0
%31

Triadic Colors of #7560af

#7560af #af7560 #60af75

Analogous Colors of #7560af

#7560af #9d60af #6073af

Monochromatic Colors of #7560af

#7560af

Complementary Color

#7560af #9aaf60

#7560af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7560af Color Preview on White Background

Lorem ipsum dolor sit amet.

#7560af Color CSS Codes

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

#7560af Text Font Color

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

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


#7560af Background Color

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

This div background color is #7560af


#7560af Border Color

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

This div border color is #7560af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,96,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 #7560af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7560af


Comments

No comments written yet.

Please login to write comment.