Color Hex Logo

#750750 Color Hex

#750750
(117,7,80)
0 Favorites   0 Comments

Color spaces of #750750

RGB 117780
HSL0.890.890.24
HSV320°94°46°
CMYK 0.000.940.32   0.54
XYZ8.86014.51317.9935
Yxy4.51310.41470.2112
Hunter Lab21.244137.2686-7.4382
CIE-Lab25.300048.6926-12.5375

#750750 color RGB value is (117,7,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00000111 01010000
Octal 165 7 120
Decimal 117 7 80
Hex 75 7 50

RGB Percentages of Color #750750

%57.35
%3.43
%39.22

CMYK Percentages of Color #750750

%0
%94
%32
%54

Triadic Colors of #750750

#750750 #507507 #075075

Analogous Colors of #750750

#750750 #750719 #630775

Monochromatic Colors of #750750

#750750

Complementary Color

#750750 #07752c

#750750 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#750750 Color Preview on White Background

Lorem ipsum dolor sit amet.

#750750 Color CSS Codes

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

#750750 Text Font Color

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

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


#750750 Background Color

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

This div background color is #750750


#750750 Border Color

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

This div border color is #750750


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #750750


Comments

No comments written yet.

Please login to write comment.