Color Hex Logo

#761173 Color Hex

#761173
(118,17,115)
0 Favorites   0 Comments

Color spaces of #761173

RGB 11817115
HSL0.840.750.26
HSV302°86°46°
CMYK 0.000.860.03   0.54
XYZ10.76625.490316.7119
Yxy5.49030.32660.1665
Hunter Lab23.431441.0118-25.8853
CIE-Lab28.088351.8877-31.0682

#761173 color RGB value is (118,17,115).

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

The process color (four color CMYK) of #761173 color hex is 0.00, 0.86, 0.03, 0.54. Web safe color of #761173 is #660066. Color #761173 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00010001 01110011
Octal 166 21 163
Decimal 118 17 115
Hex 76 11 73

RGB Percentages of Color #761173

%47.20
%6.80
%46.00

CMYK Percentages of Color #761173

%0
%86
%3
%54

Triadic Colors of #761173

#761173 #737611 #117376

Analogous Colors of #761173

#761173 #761140 #471176

Monochromatic Colors of #761173

#761173

Complementary Color

#761173 #117614

#761173 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#761173 Color Preview on White Background

Lorem ipsum dolor sit amet.

#761173 Color CSS Codes

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

#761173 Text Font Color

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

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


#761173 Background Color

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

This div background color is #761173


#761173 Border Color

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

This div border color is #761173


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,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 #761173">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #761173


Comments

No comments written yet.

Please login to write comment.