Color Hex Logo

#750b37 Color Hex

#750B37
(117,11,55)
0 Favorites   0 Comments

Color spaces of #750b37

RGB 1171155
HSL0.930.830.25
HSV335°91°46°
CMYK 0.000.910.53   0.54
XYZ8.14544.29714.0145
Yxy4.29710.49500.2611
Hunter Lab20.729433.86303.0284
CIE-Lab24.630345.31173.4860

#750b37 color RGB value is (117,11,55).

#750b37 hex color red value is 117, green value is 11 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #750b37 hue: 0.93 , saturation: 0.83 and the lightness value of 750b37 is 0.25.

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00001011 00110111
Octal 165 13 67
Decimal 117 11 55
Hex 75 B 37

RGB Percentages of Color #750b37

%63.93
%6.01
%30.05

CMYK Percentages of Color #750b37

%0
%91
%53
%54

Triadic Colors of #750b37

#750b37 #37750b #0b3775

Analogous Colors of #750b37

#750b37 #75140b #750b6c

Monochromatic Colors of #750b37

#750b37

Complementary Color

#750b37 #0b7549

#750b37 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#750b37 Color Preview on White Background

Lorem ipsum dolor sit amet.

#750b37 Color CSS Codes

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

#750b37 Text Font Color

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

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


#750b37 Background Color

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

This div background color is #750b37


#750b37 Border Color

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

This div border color is #750b37


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #750b37


Comments

No comments written yet.

Please login to write comment.