Color Hex Logo

#751351 Color Hex

#751351
(117,19,81)
0 Favorites   0 Comments

Color spaces of #751351

RGB 1171981
HSL0.890.720.27
HSV322°84°46°
CMYK 0.000.840.31   0.54
XYZ9.05424.84178.2419
Yxy4.84170.40900.2187
Hunter Lab22.003934.9428-6.8053
CIE-Lab26.278946.1165-11.7083

#751351 color RGB value is (117,19,81).

#751351 hex color red value is 117, green value is 19 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #751351 hue: 0.89 , saturation: 0.72 and the lightness value of 751351 is 0.27.

The process color (four color CMYK) of #751351 color hex is 0.00, 0.84, 0.31, 0.54. Web safe color of #751351 is #660066. Color #751351 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00010011 01010001
Octal 165 23 121
Decimal 117 19 81
Hex 75 13 51

RGB Percentages of Color #751351

%53.92
%8.76
%37.33

CMYK Percentages of Color #751351

%0
%84
%31
%54

Triadic Colors of #751351

#751351 #517513 #135175

Analogous Colors of #751351

#751351 #751320 #681375

Monochromatic Colors of #751351

#751351

Complementary Color

#751351 #137537

#751351 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#751351 Color Preview on White Background

Lorem ipsum dolor sit amet.

#751351 Color CSS Codes

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

#751351 Text Font Color

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

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


#751351 Background Color

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

This div background color is #751351


#751351 Border Color

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

This div border color is #751351


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #751351


Comments

No comments written yet.

Please login to write comment.