Color Hex Logo

#750760 Color Hex

#750760
(117,7,96)
0 Favorites   0 Comments

Color spaces of #750760

RGB 117796
HSL0.870.890.24
HSV311°94°46°
CMYK 0.000.940.18   0.54
XYZ9.52344.778411.4867
Yxy4.77840.36930.1853
Hunter Lab21.859639.5116-15.8539
CIE-Lab26.093950.7925-21.9265

#750760 color RGB value is (117,7,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00000111 01100000
Octal 165 7 140
Decimal 117 7 96
Hex 75 7 60

RGB Percentages of Color #750760

%53.18
%3.18
%43.64

CMYK Percentages of Color #750760

%0
%94
%18
%54

Triadic Colors of #750760

#750760 #607507 #076075

Analogous Colors of #750760

#750760 #750729 #530775

Monochromatic Colors of #750760

#750760

Complementary Color

#750760 #07751c

#750760 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#750760 Color Preview on White Background

Lorem ipsum dolor sit amet.

#750760 Color CSS Codes

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

#750760 Text Font Color

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

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


#750760 Background Color

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

This div background color is #750760


#750760 Border Color

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

This div border color is #750760


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #750760


Comments

No comments written yet.

Please login to write comment.