Color Hex Logo

#750493 Color Hex

#750493
(117,4,147)
0 Favorites   0 Comments

Color spaces of #750493

RGB 1174147
HSL0.800.950.30
HSV287°97°58°
CMYK 0.200.970.00   0.42
XYZ12.64605.975328.0906
Yxy5.97530.27070.1279
Hunter Lab24.444449.5669-51.0227
CIE-Lab29.350159.7810-49.1303

#750493 color RGB value is (117,4,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00000100 10010011
Octal 165 4 223
Decimal 117 4 147
Hex 75 4 93

RGB Percentages of Color #750493

%43.66
%1.49
%54.85

CMYK Percentages of Color #750493

%20
%97
%0
%42

Triadic Colors of #750493

#750493 #937504 #049375

Analogous Colors of #750493

#750493 #93046a #2d0493

Monochromatic Colors of #750493

#750493

Complementary Color

#750493 #229304

#750493 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#750493 Color Preview on White Background

Lorem ipsum dolor sit amet.

#750493 Color CSS Codes

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

#750493 Text Font Color

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

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


#750493 Background Color

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

This div background color is #750493


#750493 Border Color

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

This div border color is #750493


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,4,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 #750493">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #750493


Comments

No comments written yet.

Please login to write comment.