Color Hex Logo

#75273a Color Hex

#75273A
(117,39,58)
0 Favorites   0 Comments

Color spaces of #75273a

RGB 1173958
HSL0.960.500.31
HSV345°67°46°
CMYK 0.000.670.50   0.54
XYZ8.82545.53844.6069
Yxy5.53840.46520.2919
Hunter Lab23.533825.75504.8672
CIE-Lab28.216735.82426.5442

#75273a color RGB value is (117,39,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00100111 00111010
Octal 165 47 72
Decimal 117 39 58
Hex 75 27 3A

RGB Percentages of Color #75273a

%54.67
%18.22
%27.10

CMYK Percentages of Color #75273a

%0
%67
%50
%54

Triadic Colors of #75273a

#75273a #3a7527 #273a75

Analogous Colors of #75273a

#75273a #753b27 #752761

Monochromatic Colors of #75273a

#75273a

Complementary Color

#75273a #277562

#75273a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#75273a Color Preview on White Background

Lorem ipsum dolor sit amet.

#75273a Color CSS Codes

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

#75273a Text Font Color

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

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


#75273a Background Color

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

This div background color is #75273a


#75273a Border Color

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

This div border color is #75273a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #75273a


Comments

No comments written yet.

Please login to write comment.