Color Hex Logo

#751040 Color Hex

#751040
(117,16,64)
0 Favorites   0 Comments

Color spaces of #751040

RGB 1171664
HSL0.920.760.26
HSV331°86°46°
CMYK 0.000.860.45   0.54
XYZ8.44684.52275.2783
Yxy4.52270.46290.2478
Hunter Lab21.266633.68100.1711
CIE-Lab25.329244.9851-1.6674

#751040 color RGB value is (117,16,64).

#751040 hex color red value is 117, green value is 16 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #751040 hue: 0.92 , saturation: 0.76 and the lightness value of 751040 is 0.26.

The process color (four color CMYK) of #751040 color hex is 0.00, 0.86, 0.45, 0.54. Web safe color of #751040 is #660033. Color #751040 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00010000 01000000
Octal 165 20 100
Decimal 117 16 64
Hex 75 10 40

RGB Percentages of Color #751040

%59.39
%8.12
%32.49

CMYK Percentages of Color #751040

%0
%86
%45
%54

Triadic Colors of #751040

#751040 #407510 #104075

Analogous Colors of #751040

#751040 #751310 #751073

Monochromatic Colors of #751040

#751040

Complementary Color

#751040 #107545

#751040 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#751040 Color Preview on White Background

Lorem ipsum dolor sit amet.

#751040 Color CSS Codes

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

#751040 Text Font Color

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

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


#751040 Background Color

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

This div background color is #751040


#751040 Border Color

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

This div border color is #751040


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #751040


Comments

No comments written yet.

Please login to write comment.