Color Hex Logo

#76024e Color Hex

#76024E
(118,2,78)
0 Favorites   0 Comments

Color spaces of #76024e

RGB 118278
HSL0.890.970.24
HSV321°98°46°
CMYK 0.000.980.34   0.54
XYZ8.86814.44507.5983
Yxy4.44500.42410.2126
Hunter Lab21.083238.1860-6.6097
CIE-Lab25.091249.6608-11.4940

#76024e color RGB value is (118,2,78).

#76024e hex color red value is 118, green value is 2 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #76024e hue: 0.89 , saturation: 0.97 and the lightness value of 76024e is 0.24.

The process color (four color CMYK) of #76024e color hex is 0.00, 0.98, 0.34, 0.54. Web safe color of #76024e is #660066. Color #76024e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00000010 01001110
Octal 166 2 116
Decimal 118 2 78
Hex 76 2 4E

RGB Percentages of Color #76024e

%59.60
%1.01
%39.39

CMYK Percentages of Color #76024e

%0
%98
%34
%54

Triadic Colors of #76024e

#76024e #4e7602 #024e76

Analogous Colors of #76024e

#76024e #760214 #640276

Monochromatic Colors of #76024e

#76024e

Complementary Color

#76024e #02762a

#76024e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76024e Color Preview on White Background

Lorem ipsum dolor sit amet.

#76024e Color CSS Codes

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

#76024e Text Font Color

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

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


#76024e Background Color

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

This div background color is #76024e


#76024e Border Color

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

This div border color is #76024e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76024e


Comments

No comments written yet.

Please login to write comment.