Color Hex Logo

#76306f Color Hex

#76306F
(118,48,111)
0 Favorites   0 Comments

Color spaces of #76306f

RGB 11848111
HSL0.850.420.33
HSV306°59°46°
CMYK 0.000.590.06   0.54
XYZ11.39747.113215.8112
Yxy7.11320.33210.2073
Hunter Lab26.670629.6066-16.4797
CIE-Lab32.063239.3927-22.2555

#76306f color RGB value is (118,48,111).

#76306f hex color red value is 118, green value is 48 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #76306f hue: 0.85 , saturation: 0.42 and the lightness value of 76306f is 0.33.

The process color (four color CMYK) of #76306f color hex is 0.00, 0.59, 0.06, 0.54. Web safe color of #76306f is #663366. Color #76306f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00110000 01101111
Octal 166 60 157
Decimal 118 48 111
Hex 76 30 6F

RGB Percentages of Color #76306f

%42.60
%17.33
%40.07

CMYK Percentages of Color #76306f

%0
%59
%6
%54

Triadic Colors of #76306f

#76306f #6f7630 #306f76

Analogous Colors of #76306f

#76306f #76304c #5a3076

Monochromatic Colors of #76306f

#76306f

Complementary Color

#76306f #307637

#76306f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76306f Color Preview on White Background

Lorem ipsum dolor sit amet.

#76306f Color CSS Codes

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

#76306f Text Font Color

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

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


#76306f Background Color

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

This div background color is #76306f


#76306f Border Color

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

This div border color is #76306f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76306f


Comments

No comments written yet.

Please login to write comment.