Color Hex Logo

#75203e Color Hex

#75203E
(117,32,62)
0 Favorites   0 Comments

Color spaces of #75203e

RGB 1173262
HSL0.940.570.29
HSV339°73°46°
CMYK 0.000.730.47   0.54
XYZ8.72215.16275.0942
Yxy5.16270.45960.2720
Hunter Lab22.721628.75782.6122
CIE-Lab27.193439.34822.4045

#75203e color RGB value is (117,32,62).

#75203e hex color red value is 117, green value is 32 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #75203e hue: 0.94 , saturation: 0.57 and the lightness value of 75203e is 0.29.

The process color (four color CMYK) of #75203e color hex is 0.00, 0.73, 0.47, 0.54. Web safe color of #75203e is #663333. Color #75203e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00100000 00111110
Octal 165 40 76
Decimal 117 32 62
Hex 75 20 3E

RGB Percentages of Color #75203e

%55.45
%15.17
%29.38

CMYK Percentages of Color #75203e

%0
%73
%47
%54

Triadic Colors of #75203e

#75203e #3e7520 #203e75

Analogous Colors of #75203e

#75203e #752d20 #752069

Monochromatic Colors of #75203e

#75203e

Complementary Color

#75203e #207557

#75203e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75203e Color Preview on White Background

Lorem ipsum dolor sit amet.

#75203e Color CSS Codes

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

#75203e Text Font Color

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

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


#75203e Background Color

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

This div background color is #75203e


#75203e Border Color

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

This div border color is #75203e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(117,32,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 #75203e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75203e


Comments

No comments written yet.

Please login to write comment.