Color Hex Logo

#7560ba Color Hex

#7560BA
(117,96,186)
0 Favorites   0 Comments

Color spaces of #7560ba

RGB 11796186
HSL0.710.390.55
HSV254°48°73°
CMYK 0.370.480.00   0.27
XYZ20.381915.692848.4091
Yxy15.69280.24130.1857
Hunter Lab39.614122.5154-44.7234
CIE-Lab46.568829.5828-44.7688

#7560ba color RGB value is (117,96,186).

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

The process color (four color CMYK) of #7560ba color hex is 0.37, 0.48, 0.00, 0.27. Web safe color of #7560ba is #6666cc. Color #7560ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01100000 10111010
Octal 165 140 272
Decimal 117 96 186
Hex 75 60 BA

RGB Percentages of Color #7560ba

%29.32
%24.06
%46.62

CMYK Percentages of Color #7560ba

%37
%48
%0
%27

Triadic Colors of #7560ba

#7560ba #ba7560 #60ba75

Analogous Colors of #7560ba

#7560ba #a260ba #6078ba

Monochromatic Colors of #7560ba

#7560ba

Complementary Color

#7560ba #a5ba60

#7560ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7560ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7560ba Color CSS Codes

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

#7560ba Text Font Color

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

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


#7560ba Background Color

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

This div background color is #7560ba


#7560ba Border Color

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

This div border color is #7560ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7560ba


Comments

No comments written yet.

Please login to write comment.