Color Hex Logo

#7563a1 Color Hex

#7563A1
(117,99,161)
0 Favorites   0 Comments

Color spaces of #7563a1

RGB 11799161
HSL0.720.250.51
HSV257°39°63°
CMYK 0.270.390.00   0.37
XYZ18.231015.278835.7064
Yxy15.27880.26340.2207
Hunter Lab39.088114.8496-26.7989
CIE-Lab46.013721.0544-30.9992

#7563a1 color RGB value is (117,99,161).

#7563a1 hex color red value is 117, green value is 99 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #7563a1 hue: 0.72 , saturation: 0.25 and the lightness value of 7563a1 is 0.51.

The process color (four color CMYK) of #7563a1 color hex is 0.27, 0.39, 0.00, 0.37. Web safe color of #7563a1 is #666699. Color #7563a1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 01100011 10100001
Octal 165 143 241
Decimal 117 99 161
Hex 75 63 A1

RGB Percentages of Color #7563a1

%31.03
%26.26
%42.71

CMYK Percentages of Color #7563a1

%27
%39
%0
%37

Triadic Colors of #7563a1

#7563a1 #a17563 #63a175

Analogous Colors of #7563a1

#7563a1 #9463a1 #6370a1

Monochromatic Colors of #7563a1

#7563a1

Complementary Color

#7563a1 #8fa163

#7563a1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7563a1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7563a1 Color CSS Codes

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

#7563a1 Text Font Color

<p style="color:#7563a1">Text here</p>

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


#7563a1 Background Color

<div style="background-color:#7563a1">
Div content here</div>

This div background color is #7563a1


#7563a1 Border Color

<div style="border:3px solid #7563a1">
Div here</div>

This div border color is #7563a1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,99,161, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7563a1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7563a1;
  -webkit-box-shadow: 1px 1px 3px 2px #7563a1;
  box-shadow:         1px 1px 3px 2px #7563a1; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7563a1


Comments

No comments written yet.

Please login to write comment.