Color Hex Logo

#75202e Color Hex

#75202E
(117,32,46)
0 Favorites   0 Comments

Color spaces of #75202e

RGB 1173246
HSL0.970.570.29
HSV350°73°46°
CMYK 0.000.730.61   0.54
XYZ8.34585.01223.1123
Yxy5.01220.50670.3043
Hunter Lab22.387927.36257.4293
CIE-Lab26.769537.884112.5895

#75202e color RGB value is (117,32,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00100000 00101110
Octal 165 40 56
Decimal 117 32 46
Hex 75 20 2E

RGB Percentages of Color #75202e

%60.00
%16.41
%23.59

CMYK Percentages of Color #75202e

%0
%73
%61
%54

Triadic Colors of #75202e

#75202e #2e7520 #202e75

Analogous Colors of #75202e

#75202e #753d20 #752059

Monochromatic Colors of #75202e

#75202e

Complementary Color

#75202e #207567

#75202e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75202e Color Preview on White Background

Lorem ipsum dolor sit amet.

#75202e Color CSS Codes

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

#75202e Text Font Color

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

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


#75202e Background Color

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

This div background color is #75202e


#75202e Border Color

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

This div border color is #75202e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75202e


Comments

No comments written yet.

Please login to write comment.