Color Hex Logo

#751431 Color Hex

#751431
(117,20,49)
0 Favorites   0 Comments

Color spaces of #751431

RGB 1172049
HSL0.950.710.27
HSV342°83°46°
CMYK 0.000.830.58   0.54
XYZ8.14074.50403.3460
Yxy4.50400.50910.2817
Hunter Lab21.222631.33055.5081
CIE-Lab25.272242.50248.5141

#751431 color RGB value is (117,20,49).

#751431 hex color red value is 117, green value is 20 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #751431 hue: 0.95 , saturation: 0.71 and the lightness value of 751431 is 0.27.

The process color (four color CMYK) of #751431 color hex is 0.00, 0.83, 0.58, 0.54. Web safe color of #751431 is #660033. Color #751431 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00010100 00110001
Octal 165 24 61
Decimal 117 20 49
Hex 75 14 31

RGB Percentages of Color #751431

%62.90
%10.75
%26.34

CMYK Percentages of Color #751431

%0
%83
%58
%54

Triadic Colors of #751431

#751431 #317514 #143175

Analogous Colors of #751431

#751431 #752714 #751462

Monochromatic Colors of #751431

#751431

Complementary Color

#751431 #147558

#751431 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#751431 Color Preview on White Background

Lorem ipsum dolor sit amet.

#751431 Color CSS Codes

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

#751431 Text Font Color

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

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


#751431 Background Color

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

This div background color is #751431


#751431 Border Color

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

This div border color is #751431


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #751431


Comments

No comments written yet.

Please login to write comment.