Color Hex Logo

#750962 Color Hex

#750962
(117,9,98)
0 Favorites   0 Comments

Color spaces of #750962

RGB 117998
HSL0.860.860.25
HSV311°92°46°
CMYK 0.000.920.16   0.54
XYZ9.63844.859111.9852
Yxy4.85910.36400.1835
Hunter Lab22.043439.4727-16.8062
CIE-Lab26.329550.7078-22.8680

#750962 color RGB value is (117,9,98).

#750962 hex color red value is 117, green value is 9 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #750962 hue: 0.86 , saturation: 0.86 and the lightness value of 750962 is 0.25.

The process color (four color CMYK) of #750962 color hex is 0.00, 0.92, 0.16, 0.54. Web safe color of #750962 is #660066. Color #750962 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00001001 01100010
Octal 165 11 142
Decimal 117 9 98
Hex 75 9 62

RGB Percentages of Color #750962

%52.23
%4.02
%43.75

CMYK Percentages of Color #750962

%0
%92
%16
%54

Triadic Colors of #750962

#750962 #627509 #096275

Analogous Colors of #750962

#750962 #75092c #520975

Monochromatic Colors of #750962

#750962

Complementary Color

#750962 #09751c

#750962 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#750962 Color Preview on White Background

Lorem ipsum dolor sit amet.

#750962 Color CSS Codes

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

#750962 Text Font Color

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

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


#750962 Background Color

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

This div background color is #750962


#750962 Border Color

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

This div border color is #750962


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #750962


Comments

No comments written yet.

Please login to write comment.