Color Hex Logo

#75133e Color Hex

#75133E
(117,19,62)
0 Favorites   0 Comments

Color spaces of #75133e

RGB 1171962
HSL0.930.720.27
HSV334°84°46°
CMYK 0.000.840.47   0.54
XYZ8.43854.59554.9997
Yxy4.59550.46790.2548
Hunter Lab21.437132.74971.1780
CIE-Lab25.549843.96120.0192

#75133e color RGB value is (117,19,62).

#75133e hex color red value is 117, green value is 19 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #75133e hue: 0.93 , saturation: 0.72 and the lightness value of 75133e is 0.27.

The process color (four color CMYK) of #75133e color hex is 0.00, 0.84, 0.47, 0.54. Web safe color of #75133e is #660033. Color #75133e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00010011 00111110
Octal 165 23 76
Decimal 117 19 62
Hex 75 13 3E

RGB Percentages of Color #75133e

%59.09
%9.60
%31.31

CMYK Percentages of Color #75133e

%0
%84
%47
%54

Triadic Colors of #75133e

#75133e #3e7513 #133e75

Analogous Colors of #75133e

#75133e #751913 #75136f

Monochromatic Colors of #75133e

#75133e

Complementary Color

#75133e #13754a

#75133e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75133e Color Preview on White Background

Lorem ipsum dolor sit amet.

#75133e Color CSS Codes

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

#75133e Text Font Color

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

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


#75133e Background Color

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

This div background color is #75133e


#75133e Border Color

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

This div border color is #75133e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,19,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #75133e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #75133e;
  -webkit-box-shadow: 1px 1px 3px 2px #75133e;
  box-shadow:         1px 1px 3px 2px #75133e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75133e


Comments

No comments written yet.

Please login to write comment.