Color Hex Logo

#751563 Color Hex

#751563
(117,21,99)
0 Favorites   0 Comments

Color spaces of #751563

RGB 1172199
HSL0.860.700.27
HSV311°82°46°
CMYK 0.000.820.15   0.54
XYZ9.85645.219112.2923
Yxy5.21910.36010.1907
Hunter Lab22.845337.0327-15.9102
CIE-Lab27.350148.0536-21.9202

#751563 color RGB value is (117,21,99).

#751563 hex color red value is 117, green value is 21 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #751563 hue: 0.86 , saturation: 0.70 and the lightness value of 751563 is 0.27.

The process color (four color CMYK) of #751563 color hex is 0.00, 0.82, 0.15, 0.54. Web safe color of #751563 is #660066. Color #751563 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00010101 01100011
Octal 165 25 143
Decimal 117 21 99
Hex 75 15 63

RGB Percentages of Color #751563

%49.37
%8.86
%41.77

CMYK Percentages of Color #751563

%0
%82
%15
%54

Triadic Colors of #751563

#751563 #637515 #156375

Analogous Colors of #751563

#751563 #751533 #571575

Monochromatic Colors of #751563

#751563

Complementary Color

#751563 #157527

#751563 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#751563 Color Preview on White Background

Lorem ipsum dolor sit amet.

#751563 Color CSS Codes

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

#751563 Text Font Color

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

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


#751563 Background Color

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

This div background color is #751563


#751563 Border Color

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

This div border color is #751563


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #751563


Comments

No comments written yet.

Please login to write comment.