Color Hex Logo

#750d76 Color Hex

#750D76
(117,13,118)
0 Favorites   0 Comments

Color spaces of #750d76

RGB 11713118
HSL0.830.800.26
HSV299°89°46°
CMYK 0.010.890.00   0.54
XYZ10.75015.377817.6110
Yxy5.37780.31860.1594
Hunter Lab23.190142.1636-28.7929
CIE-Lab27.785153.0740-33.4779

#750d76 color RGB value is (117,13,118).

#750d76 hex color red value is 117, green value is 13 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #750d76 hue: 0.83 , saturation: 0.80 and the lightness value of 750d76 is 0.26.

The process color (four color CMYK) of #750d76 color hex is 0.01, 0.89, 0.00, 0.54. Web safe color of #750d76 is #660066. Color #750d76 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00001101 01110110
Octal 165 15 166
Decimal 117 13 118
Hex 75 D 76

RGB Percentages of Color #750d76

%47.18
%5.24
%47.58

CMYK Percentages of Color #750d76

%1
%89
%0
%54

Triadic Colors of #750d76

#750d76 #76750d #0d7675

Analogous Colors of #750d76

#750d76 #760d43 #410d76

Monochromatic Colors of #750d76

#750d76

Complementary Color

#750d76 #0e760d

#750d76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#750d76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#750d76 Color CSS Codes

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

#750d76 Text Font Color

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

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


#750d76 Background Color

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

This div background color is #750d76


#750d76 Border Color

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

This div border color is #750d76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #750d76


Comments

No comments written yet.

Please login to write comment.