Color Hex Logo

#750770 Color Hex

#750770
(117,7,112)
0 Favorites   0 Comments

Color spaces of #750770

RGB 1177112
HSL0.840.890.24
HSV303°94°46°
CMYK 0.000.940.04   0.54
XYZ10.33675.103715.7695
Yxy5.10370.33120.1635
Hunter Lab22.591442.1379-25.5724
CIE-Lab27.028253.1964-30.8441

#750770 color RGB value is (117,7,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00000111 01110000
Octal 165 7 160
Decimal 117 7 112
Hex 75 7 70

RGB Percentages of Color #750770

%49.58
%2.97
%47.46

CMYK Percentages of Color #750770

%0
%94
%4
%54

Triadic Colors of #750770

#750770 #707507 #077075

Analogous Colors of #750770

#750770 #750739 #430775

Monochromatic Colors of #750770

#750770

Complementary Color

#750770 #07750c

#750770 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#750770 Color Preview on White Background

Lorem ipsum dolor sit amet.

#750770 Color CSS Codes

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

#750770 Text Font Color

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

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


#750770 Background Color

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

This div background color is #750770


#750770 Border Color

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

This div border color is #750770


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #750770


Comments

No comments written yet.

Please login to write comment.