Color Hex Logo

#751361 Color Hex

#751361
(117,19,97)
0 Favorites   0 Comments

Color spaces of #751361

RGB 1171997
HSL0.870.720.27
HSV312°84°46°
CMYK 0.000.840.17   0.54
XYZ9.72675.110711.7831
Yxy5.11070.36540.1920
Hunter Lab22.606937.2384-15.0782
CIE-Lab27.047848.3214-21.0877

#751361 color RGB value is (117,19,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110101 00010011 01100001
Octal 165 23 141
Decimal 117 19 97
Hex 75 13 61

RGB Percentages of Color #751361

%50.21
%8.15
%41.63

CMYK Percentages of Color #751361

%0
%84
%17
%54

Triadic Colors of #751361

#751361 #617513 #136175

Analogous Colors of #751361

#751361 #751330 #581375

Monochromatic Colors of #751361

#751361

Complementary Color

#751361 #137527

#751361 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#751361 Color Preview on White Background

Lorem ipsum dolor sit amet.

#751361 Color CSS Codes

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

#751361 Text Font Color

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

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


#751361 Background Color

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

This div background color is #751361


#751361 Border Color

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

This div border color is #751361


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #751361


Comments

No comments written yet.

Please login to write comment.