Color Hex Logo

#76024c Color Hex

#76024C
(118,2,76)
0 Favorites   0 Comments

Color spaces of #76024c

RGB 118276
HSL0.890.970.24
HSV322°98°46°
CMYK 0.000.980.36   0.54
XYZ8.79744.41687.2263
Yxy4.41680.43040.2161
Hunter Lab21.016237.9420-5.6752
CIE-Lab25.004149.4318-10.2779

#76024c color RGB value is (118,2,76).

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

The process color (four color CMYK) of #76024c color hex is 0.00, 0.98, 0.36, 0.54. Web safe color of #76024c is #660033. Color #76024c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00000010 01001100
Octal 166 2 114
Decimal 118 2 76
Hex 76 2 4C

RGB Percentages of Color #76024c

%60.20
%1.02
%38.78

CMYK Percentages of Color #76024c

%0
%98
%36
%54

Triadic Colors of #76024c

#76024c #4c7602 #024c76

Analogous Colors of #76024c

#76024c #760212 #660276

Monochromatic Colors of #76024c

#76024c

Complementary Color

#76024c #02762c

#76024c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76024c Color Preview on White Background

Lorem ipsum dolor sit amet.

#76024c Color CSS Codes

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

#76024c Text Font Color

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

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


#76024c Background Color

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

This div background color is #76024c


#76024c Border Color

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

This div border color is #76024c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76024c


Comments

No comments written yet.

Please login to write comment.