Color Hex Logo

#761792 Color Hex

#761792
(118,23,146)
0 Favorites   0 Comments

Color spaces of #761792

RGB 11823146
HSL0.800.730.33
HSV286°84°57°
CMYK 0.190.840.00   0.43
XYZ12.96596.539727.7730
Yxy6.53970.27420.1383
Hunter Lab25.572845.7503-46.4900
CIE-Lab30.735255.9451-46.2605

#761792 color RGB value is (118,23,146).

#761792 hex color red value is 118, green value is 23 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #761792 hue: 0.80 , saturation: 0.73 and the lightness value of 761792 is 0.33.

The process color (four color CMYK) of #761792 color hex is 0.19, 0.84, 0.00, 0.43. Web safe color of #761792 is #660099. Color #761792 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00010111 10010010
Octal 166 27 222
Decimal 118 23 146
Hex 76 17 92

RGB Percentages of Color #761792

%41.11
%8.01
%50.87

CMYK Percentages of Color #761792

%19
%84
%0
%43

Triadic Colors of #761792

#761792 #927617 #179276

Analogous Colors of #761792

#761792 #921771 #391792

Monochromatic Colors of #761792

#761792

Complementary Color

#761792 #339217

#761792 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#761792 Color Preview on White Background

Lorem ipsum dolor sit amet.

#761792 Color CSS Codes

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

#761792 Text Font Color

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

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


#761792 Background Color

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

This div background color is #761792


#761792 Border Color

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

This div border color is #761792


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #761792


Comments

No comments written yet.

Please login to write comment.