Color Hex Logo

#750f70 Color Hex

#750F70
(117,15,112)
0 Favorites   0 Comments

Color spaces of #750f70

RGB 11715112
HSL0.840.770.26
HSV303°87°46°
CMYK 0.000.870.04   0.54
XYZ10.43165.293415.8012
Yxy5.29340.33090.1679
Hunter Lab23.007440.6693-24.6145
CIE-Lab27.554851.6545-30.0064

#750f70 color RGB value is (117,15,112).

#750f70 hex color red value is 117, green value is 15 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #750f70 hue: 0.84 , saturation: 0.77 and the lightness value of 750f70 is 0.26.

The process color (four color CMYK) of #750f70 color hex is 0.00, 0.87, 0.04, 0.54. Web safe color of #750f70 is #660066. Color #750f70 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00001111 01110000
Octal 165 17 160
Decimal 117 15 112
Hex 75 F 70

RGB Percentages of Color #750f70

%47.95
%6.15
%45.90

CMYK Percentages of Color #750f70

%0
%87
%4
%54

Triadic Colors of #750f70

#750f70 #70750f #0f7075

Analogous Colors of #750f70

#750f70 #750f3d #470f75

Monochromatic Colors of #750f70

#750f70

Complementary Color

#750f70 #0f7514

#750f70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#750f70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#750f70 Color CSS Codes

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

#750f70 Text Font Color

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

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


#750f70 Background Color

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

This div background color is #750f70


#750f70 Border Color

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

This div border color is #750f70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #750f70


Comments

No comments written yet.

Please login to write comment.