Color Hex Logo

#75181d Color Hex

#75181D
(117,24,29)
0 Favorites   0 Comments

Color spaces of #75181d

RGB 1172429
HSL0.990.660.28
HSV357°79°46°
CMYK 0.000.790.75   0.54
XYZ7.88454.52391.6200
Yxy4.52390.56200.3225
Hunter Lab21.269528.947610.3728
CIE-Lab25.332939.904022.0730

#75181d color RGB value is (117,24,29).

#75181d hex color red value is 117, green value is 24 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #75181d hue: 0.99 , saturation: 0.66 and the lightness value of 75181d is 0.28.

The process color (four color CMYK) of #75181d color hex is 0.00, 0.79, 0.75, 0.54. Web safe color of #75181d is #660033. Color #75181d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00011000 00011101
Octal 165 30 35
Decimal 117 24 29
Hex 75 18 1D

RGB Percentages of Color #75181d

%68.82
%14.12
%17.06

CMYK Percentages of Color #75181d

%0
%79
%75
%54

Triadic Colors of #75181d

#75181d #1d7518 #181d75

Analogous Colors of #75181d

#75181d #754218 #75184c

Monochromatic Colors of #75181d

#75181d

Complementary Color

#75181d #187570

#75181d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75181d Color Preview on White Background

Lorem ipsum dolor sit amet.

#75181d Color CSS Codes

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

#75181d Text Font Color

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

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


#75181d Background Color

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

This div background color is #75181d


#75181d Border Color

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

This div border color is #75181d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75181d


Comments

No comments written yet.

Please login to write comment.