Color Hex Logo

#750753 Color Hex

#750753
(117,7,83)
0 Favorites   0 Comments

Color spaces of #750753

RGB 117783
HSL0.880.890.24
HSV319°94°46°
CMYK 0.000.940.29   0.54
XYZ8.97344.55848.5905
Yxy4.55840.40560.2061
Hunter Lab21.350437.6589-8.9105
CIE-Lab25.437749.0613-14.3351

#750753 color RGB value is (117,7,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00000111 01010011
Octal 165 7 123
Decimal 117 7 83
Hex 75 7 53

RGB Percentages of Color #750753

%56.52
%3.38
%40.10

CMYK Percentages of Color #750753

%0
%94
%29
%54

Triadic Colors of #750753

#750753 #537507 #075375

Analogous Colors of #750753

#750753 #75071c #600775

Monochromatic Colors of #750753

#750753

Complementary Color

#750753 #077529

#750753 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#750753 Color Preview on White Background

Lorem ipsum dolor sit amet.

#750753 Color CSS Codes

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

#750753 Text Font Color

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

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


#750753 Background Color

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

This div background color is #750753


#750753 Border Color

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

This div border color is #750753


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #750753


Comments

No comments written yet.

Please login to write comment.