Color Hex Logo

#750293 Color Hex

#750293
(117,2,147)
0 Favorites   0 Comments

Color spaces of #750293

RGB 1172147
HSL0.800.970.29
HSV288°99°58°
CMYK 0.200.990.00   0.42
XYZ12.62435.931928.0834
Yxy5.93190.27070.1272
Hunter Lab24.355549.9007-51.3162
CIE-Lab29.240060.1093-49.3092

#750293 color RGB value is (117,2,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00000010 10010011
Octal 165 2 223
Decimal 117 2 147
Hex 75 2 93

RGB Percentages of Color #750293

%43.98
%0.75
%55.26

CMYK Percentages of Color #750293

%20
%99
%0
%42

Triadic Colors of #750293

#750293 #937502 #029375

Analogous Colors of #750293

#750293 #930269 #2c0293

Monochromatic Colors of #750293

#750293

Complementary Color

#750293 #209302

#750293 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#750293 Color Preview on White Background

Lorem ipsum dolor sit amet.

#750293 Color CSS Codes

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

#750293 Text Font Color

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

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


#750293 Background Color

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

This div background color is #750293


#750293 Border Color

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

This div border color is #750293


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #750293


Comments

No comments written yet.

Please login to write comment.