Color Hex Logo

#750764 Color Hex

#750764
(117,7,100)
0 Favorites   0 Comments

Color spaces of #750764

RGB 1177100
HSL0.860.890.24
HSV309°94°46°
CMYK 0.000.940.15   0.54
XYZ9.71234.854012.4816
Yxy4.85400.35910.1795
Hunter Lab22.031840.1327-18.1671
CIE-Lab26.314751.3660-24.1990

#750764 color RGB value is (117,7,100).

#750764 hex color red value is 117, green value is 7 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #750764 hue: 0.86 , saturation: 0.89 and the lightness value of 750764 is 0.24.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00000111 01100100
Octal 165 7 144
Decimal 117 7 100
Hex 75 7 64

RGB Percentages of Color #750764

%52.23
%3.13
%44.64

CMYK Percentages of Color #750764

%0
%94
%15
%54

Triadic Colors of #750764

#750764 #647507 #076475

Analogous Colors of #750764

#750764 #75072d #4f0775

Monochromatic Colors of #750764

#750764

Complementary Color

#750764 #077518

#750764 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#750764 Color Preview on White Background

Lorem ipsum dolor sit amet.

#750764 Color CSS Codes

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

#750764 Text Font Color

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

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


#750764 Background Color

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

This div background color is #750764


#750764 Border Color

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

This div border color is #750764


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #750764


Comments

No comments written yet.

Please login to write comment.