Color Hex Logo

#750969 Color Hex

#750969
(117,9,105)
0 Favorites   0 Comments

Color spaces of #750969

RGB 1179105
HSL0.850.860.25
HSV307°92°46°
CMYK 0.000.920.10   0.54
XYZ9.98364.997213.8030
Yxy4.99720.34680.1736
Hunter Lab22.354440.5988-20.9612
CIE-Lab26.726851.7464-26.8027

#750969 color RGB value is (117,9,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00001001 01101001
Octal 165 11 151
Decimal 117 9 105
Hex 75 9 69

RGB Percentages of Color #750969

%50.65
%3.90
%45.45

CMYK Percentages of Color #750969

%0
%92
%10
%54

Triadic Colors of #750969

#750969 #697509 #096975

Analogous Colors of #750969

#750969 #750933 #4b0975

Monochromatic Colors of #750969

#750969

Complementary Color

#750969 #097515

#750969 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#750969 Color Preview on White Background

Lorem ipsum dolor sit amet.

#750969 Color CSS Codes

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

#750969 Text Font Color

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

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


#750969 Background Color

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

This div background color is #750969


#750969 Border Color

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

This div border color is #750969


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #750969


Comments

No comments written yet.

Please login to write comment.