Color Hex Logo

#750999 Color Hex

#750999
(117,9,153)
0 Favorites   0 Comments

Color spaces of #750999

RGB 1179153
HSL0.790.890.32
HSV285°94°60°
CMYK 0.240.940.00   0.40
XYZ13.18366.277230.6538
Yxy6.27720.26310.1253
Hunter Lab25.054350.0816-55.0028
CIE-Lab30.101360.1098-51.5955

#750999 color RGB value is (117,9,153).

#750999 hex color red value is 117, green value is 9 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #750999 hue: 0.79 , saturation: 0.89 and the lightness value of 750999 is 0.32.

The process color (four color CMYK) of #750999 color hex is 0.24, 0.94, 0.00, 0.40. Web safe color of #750999 is #660099. Color #750999 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00001001 10011001
Octal 165 11 231
Decimal 117 9 153
Hex 75 9 99

RGB Percentages of Color #750999

%41.94
%3.23
%54.84

CMYK Percentages of Color #750999

%24
%94
%0
%40

Triadic Colors of #750999

#750999 #997509 #099975

Analogous Colors of #750999

#750999 #990975 #2d0999

Monochromatic Colors of #750999

#750999

Complementary Color

#750999 #2d9909

#750999 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#750999 Color Preview on White Background

Lorem ipsum dolor sit amet.

#750999 Color CSS Codes

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

#750999 Text Font Color

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

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


#750999 Background Color

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

This div background color is #750999


#750999 Border Color

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

This div border color is #750999


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #750999


Comments

No comments written yet.

Please login to write comment.