Color Hex Logo

#751173 Color Hex

#751173
(117,17,115)
0 Favorites   0 Comments

Color spaces of #751173

RGB 11717115
HSL0.840.750.26
HSV301°85°46°
CMYK 0.000.850.02   0.54
XYZ10.63115.420616.7056
Yxy5.42060.32450.1655
Hunter Lab23.282240.7628-26.2447
CIE-Lab27.900951.6791-31.3778

#751173 color RGB value is (117,17,115).

#751173 hex color red value is 117, green value is 17 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #751173 hue: 0.84 , saturation: 0.75 and the lightness value of 751173 is 0.26.

The process color (four color CMYK) of #751173 color hex is 0.00, 0.85, 0.02, 0.54. Web safe color of #751173 is #660066. Color #751173 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110101 00010001 01110011
Octal 165 21 163
Decimal 117 17 115
Hex 75 11 73

RGB Percentages of Color #751173

%46.99
%6.83
%46.18

CMYK Percentages of Color #751173

%0
%85
%2
%54

Triadic Colors of #751173

#751173 #737511 #117375

Analogous Colors of #751173

#751173 #751141 #451175

Monochromatic Colors of #751173

#751173

Complementary Color

#751173 #117513

#751173 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#751173 Color Preview on White Background

Lorem ipsum dolor sit amet.

#751173 Color CSS Codes

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

#751173 Text Font Color

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

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


#751173 Background Color

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

This div background color is #751173


#751173 Border Color

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

This div border color is #751173


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #751173


Comments

No comments written yet.

Please login to write comment.