Color Hex Logo

#761771 Color Hex

#761771
(118,23,113)
0 Favorites   0 Comments

Color spaces of #761771

RGB 11823113
HSL0.840.670.28
HSV303°81°46°
CMYK 0.000.810.04   0.54
XYZ10.75825.656616.1476
Yxy5.65660.33040.1737
Hunter Lab23.783639.1208-23.6057
CIE-Lab28.529049.9281-29.0893

#761771 color RGB value is (118,23,113).

#761771 hex color red value is 118, green value is 23 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #761771 hue: 0.84 , saturation: 0.67 and the lightness value of 761771 is 0.28.

The process color (four color CMYK) of #761771 color hex is 0.00, 0.81, 0.04, 0.54. Web safe color of #761771 is #660066. Color #761771 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00010111 01110001
Octal 166 27 161
Decimal 118 23 113
Hex 76 17 71

RGB Percentages of Color #761771

%46.46
%9.06
%44.49

CMYK Percentages of Color #761771

%0
%81
%4
%54

Triadic Colors of #761771

#761771 #717617 #177176

Analogous Colors of #761771

#761771 #761741 #4c1776

Monochromatic Colors of #761771

#761771

Complementary Color

#761771 #17761c

#761771 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#761771 Color Preview on White Background

Lorem ipsum dolor sit amet.

#761771 Color CSS Codes

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

#761771 Text Font Color

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

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


#761771 Background Color

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

This div background color is #761771


#761771 Border Color

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

This div border color is #761771


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,23,113, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #761771


Comments

No comments written yet.

Please login to write comment.