Color Hex Logo

#76299f Color Hex

#76299F
(118,41,159)
0 Favorites   0 Comments

Color spaces of #76299f

RGB 11841159
HSL0.780.590.39
HSV279°74°62°
CMYK 0.260.740.00   0.38
XYZ14.52227.940633.5682
Yxy7.94060.25920.1417
Hunter Lab28.179142.6773-50.9036
CIE-Lab33.858952.3925-49.1460

#76299f color RGB value is (118,41,159).

#76299f hex color red value is 118, green value is 41 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #76299f hue: 0.78 , saturation: 0.59 and the lightness value of 76299f is 0.39.

The process color (four color CMYK) of #76299f color hex is 0.26, 0.74, 0.00, 0.38. Web safe color of #76299f is #663399. Color #76299f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00101001 10011111
Octal 166 51 237
Decimal 118 41 159
Hex 76 29 9F

RGB Percentages of Color #76299f

%37.11
%12.89
%50.00

CMYK Percentages of Color #76299f

%26
%74
%0
%38

Triadic Colors of #76299f

#76299f #9f7629 #299f76

Analogous Colors of #76299f

#76299f #9f298d #3b299f

Monochromatic Colors of #76299f

#76299f

Complementary Color

#76299f #529f29

#76299f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76299f Color Preview on White Background

Lorem ipsum dolor sit amet.

#76299f Color CSS Codes

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

#76299f Text Font Color

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

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


#76299f Background Color

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

This div background color is #76299f


#76299f Border Color

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

This div border color is #76299f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,41,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #76299f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #76299f;
  -webkit-box-shadow: 1px 1px 3px 2px #76299f;
  box-shadow:         1px 1px 3px 2px #76299f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76299f


Comments

No comments written yet.

Please login to write comment.