Color Hex Logo

#750793 Color Hex

#750793
(117,7,147)
0 Favorites   0 Comments

Color spaces of #750793

RGB 1177147
HSL0.800.910.30
HSV287°95°58°
CMYK 0.200.950.00   0.42
XYZ12.67866.040428.1015
Yxy6.04040.27080.1290
Hunter Lab24.577249.0723-50.5879
CIE-Lab29.514259.2928-48.8639

#750793 color RGB value is (117,7,147).

#750793 hex color red value is 117, green value is 7 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #750793 hue: 0.80 , saturation: 0.91 and the lightness value of 750793 is 0.30.

The process color (four color CMYK) of #750793 color hex is 0.20, 0.95, 0.00, 0.42. Web safe color of #750793 is #660099. Color #750793 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00000111 10010011
Octal 165 7 223
Decimal 117 7 147
Hex 75 7 93

RGB Percentages of Color #750793

%43.17
%2.58
%54.24

CMYK Percentages of Color #750793

%20
%95
%0
%42

Triadic Colors of #750793

#750793 #937507 #079375

Analogous Colors of #750793

#750793 #93076b #2f0793

Monochromatic Colors of #750793

#750793

Complementary Color

#750793 #259307

#750793 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#750793 Color Preview on White Background

Lorem ipsum dolor sit amet.

#750793 Color CSS Codes

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

#750793 Text Font Color

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

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


#750793 Background Color

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

This div background color is #750793


#750793 Border Color

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

This div border color is #750793


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #750793


Comments

No comments written yet.

Please login to write comment.