Color Hex Logo

#7561ab Color Hex

#7561AB
(117,97,171)
0 Favorites   0 Comments

Color spaces of #7561ab

RGB 11797171
HSL0.710.310.53
HSV256°43°67°
CMYK 0.320.430.00   0.33
XYZ18.961515.271640.4764
Yxy15.27160.25380.2044
Hunter Lab39.078918.2221-34.0551
CIE-Lab46.004024.8975-36.9027

#7561ab color RGB value is (117,97,171).

#7561ab hex color red value is 117, green value is 97 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #7561ab hue: 0.71 , saturation: 0.31 and the lightness value of 7561ab is 0.53.

The process color (four color CMYK) of #7561ab color hex is 0.32, 0.43, 0.00, 0.33. Web safe color of #7561ab is #666699. Color #7561ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01100001 10101011
Octal 165 141 253
Decimal 117 97 171
Hex 75 61 AB

RGB Percentages of Color #7561ab

%30.39
%25.19
%44.42

CMYK Percentages of Color #7561ab

%32
%43
%0
%33

Triadic Colors of #7561ab

#7561ab #ab7561 #61ab75

Analogous Colors of #7561ab

#7561ab #9a61ab #6172ab

Monochromatic Colors of #7561ab

#7561ab

Complementary Color

#7561ab #97ab61

#7561ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7561ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#7561ab Color CSS Codes

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

#7561ab Text Font Color

<p style="color:#7561ab">Text here</p>

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


#7561ab Background Color

<div style="background-color:#7561ab">
Div content here</div>

This div background color is #7561ab


#7561ab Border Color

<div style="border:3px solid #7561ab">
Div here</div>

This div border color is #7561ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,97,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7561ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7561ab;
  -webkit-box-shadow: 1px 1px 3px 2px #7561ab;
  box-shadow:         1px 1px 3px 2px #7561ab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7561ab


Comments

No comments written yet.

Please login to write comment.