Color Hex Logo

#750273 Color Hex

#750273
(117,2,115)
0 Favorites   0 Comments

Color spaces of #750273

RGB 1172115
HSL0.840.970.23
HSV301°98°46°
CMYK 0.000.980.02   0.54
XYZ10.45235.063116.6460
Yxy5.06310.32500.1574
Hunter Lab22.501343.5393-28.1105
CIE-Lab26.913854.5759-32.9523

#750273 color RGB value is (117,2,115).

#750273 hex color red value is 117, green value is 2 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #750273 hue: 0.84 , saturation: 0.97 and the lightness value of 750273 is 0.23.

The process color (four color CMYK) of #750273 color hex is 0.00, 0.98, 0.02, 0.54. Web safe color of #750273 is #660066. Color #750273 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00000010 01110011
Octal 165 2 163
Decimal 117 2 115
Hex 75 2 73

RGB Percentages of Color #750273

%50.00
%0.85
%49.15

CMYK Percentages of Color #750273

%0
%98
%2
%54

Triadic Colors of #750273

#750273 #737502 #027375

Analogous Colors of #750273

#750273 #75023a #3d0275

Monochromatic Colors of #750273

#750273

Complementary Color

#750273 #027504

#750273 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#750273 Color Preview on White Background

Lorem ipsum dolor sit amet.

#750273 Color CSS Codes

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

#750273 Text Font Color

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

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


#750273 Background Color

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

This div background color is #750273


#750273 Border Color

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

This div border color is #750273


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #750273


Comments

No comments written yet.

Please login to write comment.