Color Hex Logo

#750037 Color Hex

#750037
(117,0,55)
0 Favorites   0 Comments

Color spaces of #750037

RGB 117055
HSL0.921.000.23
HSV332°100°46°
CMYK 0.001.000.53   0.54
XYZ8.02574.05773.9747
Yxy4.05770.49980.2527
Hunter Lab20.143735.86672.4017
CIE-Lab23.861347.54112.3809

#750037 color RGB value is (117,0,55).

#750037 hex color red value is 117, green value is 0 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #750037 hue: 0.92 , saturation: 1.00 and the lightness value of 750037 is 0.23.

The process color (four color CMYK) of #750037 color hex is 0.00, 1.00, 0.53, 0.54. Web safe color of #750037 is #660033. Color #750037 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00000000 00110111
Octal 165 0 67
Decimal 117 0 55
Hex 75 0 37

RGB Percentages of Color #750037

%68.02
%0.00
%31.98

CMYK Percentages of Color #750037

%0
%100
%53
%54

Triadic Colors of #750037

#750037 #377500 #003775

Analogous Colors of #750037

#750037 #750400 #750072

Monochromatic Colors of #750037

#750037

Complementary Color

#750037 #00753e

#750037 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#750037 Color Preview on White Background

Lorem ipsum dolor sit amet.

#750037 Color CSS Codes

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

#750037 Text Font Color

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

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


#750037 Background Color

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

This div background color is #750037


#750037 Border Color

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

This div border color is #750037


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,0,55, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #750037; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #750037;
  -webkit-box-shadow: 1px 1px 3px 2px #750037;
  box-shadow:         1px 1px 3px 2px #750037; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #750037


Comments

No comments written yet.

Please login to write comment.