Color Hex Logo

#75273e Color Hex

#75273E
(117,39,62)
0 Favorites   0 Comments

Color spaces of #75273e

RGB 1173962
HSL0.950.500.31
HSV342°67°46°
CMYK 0.000.670.47   0.54
XYZ8.93115.58075.1639
Yxy5.58070.45390.2836
Hunter Lab23.623526.14263.5762
CIE-Lab28.329036.24054.0352

#75273e color RGB value is (117,39,62).

#75273e hex color red value is 117, green value is 39 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #75273e hue: 0.95 , saturation: 0.50 and the lightness value of 75273e is 0.31.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00100111 00111110
Octal 165 47 76
Decimal 117 39 62
Hex 75 27 3E

RGB Percentages of Color #75273e

%53.67
%17.89
%28.44

CMYK Percentages of Color #75273e

%0
%67
%47
%54

Triadic Colors of #75273e

#75273e #3e7527 #273e75

Analogous Colors of #75273e

#75273e #753727 #752765

Monochromatic Colors of #75273e

#75273e

Complementary Color

#75273e #27755e

#75273e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75273e Color Preview on White Background

Lorem ipsum dolor sit amet.

#75273e Color CSS Codes

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

#75273e Text Font Color

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

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


#75273e Background Color

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

This div background color is #75273e


#75273e Border Color

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

This div border color is #75273e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75273e


Comments

No comments written yet.

Please login to write comment.