Color Hex Logo

#76299d Color Hex

#76299D
(118,41,157)
0 Favorites   0 Comments

Color spaces of #76299d

RGB 11841157
HSL0.780.590.39
HSV280°74°62°
CMYK 0.250.740.00   0.38
XYZ14.35007.871732.6614
Yxy7.87170.26150.1434
Hunter Lab28.056642.1979-49.3815
CIE-Lab33.714251.9552-48.1676

#76299d color RGB value is (118,41,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00101001 10011101
Octal 166 51 235
Decimal 118 41 157
Hex 76 29 9D

RGB Percentages of Color #76299d

%37.34
%12.97
%49.68

CMYK Percentages of Color #76299d

%25
%74
%0
%38

Triadic Colors of #76299d

#76299d #9d7629 #299d76

Analogous Colors of #76299d

#76299d #9d298a #3c299d

Monochromatic Colors of #76299d

#76299d

Complementary Color

#76299d #509d29

#76299d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76299d Color Preview on White Background

Lorem ipsum dolor sit amet.

#76299d Color CSS Codes

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

#76299d Text Font Color

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

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


#76299d Background Color

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

This div background color is #76299d


#76299d Border Color

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

This div border color is #76299d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76299d


Comments

No comments written yet.

Please login to write comment.