Color Hex Logo

#751e4c Color Hex

#751E4C
(117,30,76)
0 Favorites   0 Comments

Color spaces of #751e4c

RGB 1173076
HSL0.910.590.29
HSV328°74°46°
CMYK 0.000.740.35   0.54
XYZ9.10495.23237.3675
Yxy5.23230.41950.2411
Hunter Lab22.874231.0206-3.0846
CIE-Lab27.386641.7675-6.6941

#751e4c color RGB value is (117,30,76).

#751e4c hex color red value is 117, green value is 30 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #751e4c hue: 0.91 , saturation: 0.59 and the lightness value of 751e4c is 0.29.

The process color (four color CMYK) of #751e4c color hex is 0.00, 0.74, 0.35, 0.54. Web safe color of #751e4c is #663333. Color #751e4c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00011110 01001100
Octal 165 36 114
Decimal 117 30 76
Hex 75 1E 4C

RGB Percentages of Color #751e4c

%52.47
%13.45
%34.08

CMYK Percentages of Color #751e4c

%0
%74
%35
%54

Triadic Colors of #751e4c

#751e4c #4c751e #1e4c75

Analogous Colors of #751e4c

#751e4c #751e20 #731e75

Monochromatic Colors of #751e4c

#751e4c

Complementary Color

#751e4c #1e7547

#751e4c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#751e4c Color Preview on White Background

Lorem ipsum dolor sit amet.

#751e4c Color CSS Codes

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

#751e4c Text Font Color

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

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


#751e4c Background Color

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

This div background color is #751e4c


#751e4c Border Color

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

This div border color is #751e4c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,30,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #751e4c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #751e4c;
  -webkit-box-shadow: 1px 1px 3px 2px #751e4c;
  box-shadow:         1px 1px 3px 2px #751e4c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #751e4c


Comments

No comments written yet.

Please login to write comment.