Color Hex Logo

#75150d Color Hex

#75150D
(117,21,13)
0 Favorites   0 Comments

Color spaces of #75150d

RGB 1172113
HSL0.010.800.25
HSV89°46°
CMYK 0.000.820.89   0.54
XYZ7.67694.34730.8153
Yxy4.34730.59790.3386
Hunter Lab20.850229.234712.2767
CIE-Lab24.787940.322231.0762

#75150d color RGB value is (117,21,13).

#75150d hex color red value is 117, green value is 21 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #75150d hue: 0.01 , saturation: 0.80 and the lightness value of 75150d is 0.25.

The process color (four color CMYK) of #75150d color hex is 0.00, 0.82, 0.89, 0.54. Web safe color of #75150d is #660000. Color #75150d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00010101 00001101
Octal 165 25 15
Decimal 117 21 13
Hex 75 15 D

RGB Percentages of Color #75150d

%77.48
%13.91
%8.61

CMYK Percentages of Color #75150d

%0
%82
%89
%54

Triadic Colors of #75150d

#75150d #0d7515 #150d75

Analogous Colors of #75150d

#75150d #75490d #750d39

Monochromatic Colors of #75150d

#75150d

Complementary Color

#75150d #0d6d75

#75150d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75150d Color Preview on White Background

Lorem ipsum dolor sit amet.

#75150d Color CSS Codes

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

#75150d Text Font Color

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

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


#75150d Background Color

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

This div background color is #75150d


#75150d Border Color

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

This div border color is #75150d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75150d


Comments

No comments written yet.

Please login to write comment.