Color Hex Logo

#76023c Color Hex

#76023C
(118,2,60)
0 Favorites   0 Comments

Color spaces of #76023c

RGB 118260
HSL0.920.970.24
HSV330°98°46°
CMYK 0.000.980.49   0.54
XYZ8.30854.22124.6518
Yxy4.22120.48360.2457
Hunter Lab20.545636.22960.9578
CIE-Lab24.389647.8105-0.2798

#76023c color RGB value is (118,2,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00000010 00111100
Octal 166 2 74
Decimal 118 2 60
Hex 76 2 3C

RGB Percentages of Color #76023c

%65.56
%1.11
%33.33

CMYK Percentages of Color #76023c

%0
%98
%49
%54

Triadic Colors of #76023c

#76023c #3c7602 #023c76

Analogous Colors of #76023c

#76023c #760202 #760276

Monochromatic Colors of #76023c

#76023c

Complementary Color

#76023c #02763c

#76023c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76023c Color Preview on White Background

Lorem ipsum dolor sit amet.

#76023c Color CSS Codes

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

#76023c Text Font Color

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

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


#76023c Background Color

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

This div background color is #76023c


#76023c Border Color

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

This div border color is #76023c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76023c


Comments

No comments written yet.

Please login to write comment.