Color Hex Logo

#75011c Color Hex

#75011C
(117,1,28)
0 Favorites   0 Comments

Color spaces of #75011c

RGB 117128
HSL0.960.980.23
HSV346°99°46°
CMYK 0.000.990.76   0.54
XYZ7.55663.88751.4507
Yxy3.88750.58600.3015
Hunter Lab19.716733.90739.4393
CIE-Lab23.296045.617920.3381

#75011c color RGB value is (117,1,28).

#75011c hex color red value is 117, green value is 1 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #75011c hue: 0.96 , saturation: 0.98 and the lightness value of 75011c is 0.23.

The process color (four color CMYK) of #75011c color hex is 0.00, 0.99, 0.76, 0.54. Web safe color of #75011c is #660033. Color #75011c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00000001 00011100
Octal 165 1 34
Decimal 117 1 28
Hex 75 1 1C

RGB Percentages of Color #75011c

%80.14
%0.68
%19.18

CMYK Percentages of Color #75011c

%0
%99
%76
%54

Triadic Colors of #75011c

#75011c #1c7501 #011c75

Analogous Colors of #75011c

#75011c #752001 #750156

Monochromatic Colors of #75011c

#75011c

Complementary Color

#75011c #01755a

#75011c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75011c Color Preview on White Background

Lorem ipsum dolor sit amet.

#75011c Color CSS Codes

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

#75011c Text Font Color

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

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


#75011c Background Color

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

This div background color is #75011c


#75011c Border Color

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

This div border color is #75011c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75011c


Comments

No comments written yet.

Please login to write comment.