Color Hex Logo

#751a2b Color Hex

#751A2B
(117,26,43)
0 Favorites   0 Comments

Color spaces of #751a2b

RGB 1172643
HSL0.970.640.28
HSV349°78°46°
CMYK 0.000.780.63   0.54
XYZ8.14164.69512.7626
Yxy4.69510.52190.3010
Hunter Lab21.668229.15037.6085
CIE-Lab25.847840.029313.3823

#751a2b color RGB value is (117,26,43).

#751a2b hex color red value is 117, green value is 26 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #751a2b hue: 0.97 , saturation: 0.64 and the lightness value of 751a2b is 0.28.

The process color (four color CMYK) of #751a2b color hex is 0.00, 0.78, 0.63, 0.54. Web safe color of #751a2b is #663333. Color #751a2b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00011010 00101011
Octal 165 32 53
Decimal 117 26 43
Hex 75 1A 2B

RGB Percentages of Color #751a2b

%62.90
%13.98
%23.12

CMYK Percentages of Color #751a2b

%0
%78
%63
%54

Triadic Colors of #751a2b

#751a2b #2b751a #1a2b75

Analogous Colors of #751a2b

#751a2b #75371a #751a59

Monochromatic Colors of #751a2b

#751a2b

Complementary Color

#751a2b #1a7564

#751a2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#751a2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#751a2b Color CSS Codes

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

#751a2b Text Font Color

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

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


#751a2b Background Color

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

This div background color is #751a2b


#751a2b Border Color

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

This div border color is #751a2b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(117,26,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #751a2b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #751a2b;
  -webkit-box-shadow: 1px 1px 3px 2px #751a2b;
  box-shadow:         1px 1px 3px 2px #751a2b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #751a2b


Comments

No comments written yet.

Please login to write comment.