Color Hex Logo

#76264f Color Hex

#76264F
(118,38,79)
0 Favorites   0 Comments

Color spaces of #76264f

RGB 1183879
HSL0.910.510.31
HSV329°68°46°
CMYK 0.000.680.33   0.54
XYZ9.57565.80238.0124
Yxy5.80230.40940.2481
Hunter Lab24.088028.8045-2.8601
CIE-Lab28.908139.0857-6.3826

#76264f color RGB value is (118,38,79).

#76264f hex color red value is 118, green value is 38 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #76264f hue: 0.91 , saturation: 0.51 and the lightness value of 76264f is 0.31.

The process color (four color CMYK) of #76264f color hex is 0.00, 0.68, 0.33, 0.54. Web safe color of #76264f is #663366. Color #76264f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00100110 01001111
Octal 166 46 117
Decimal 118 38 79
Hex 76 26 4F

RGB Percentages of Color #76264f

%50.21
%16.17
%33.62

CMYK Percentages of Color #76264f

%0
%68
%33
%54

Triadic Colors of #76264f

#76264f #4f7626 #264f76

Analogous Colors of #76264f

#76264f #762627 #752676

Monochromatic Colors of #76264f

#76264f

Complementary Color

#76264f #26764d

#76264f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76264f Color Preview on White Background

Lorem ipsum dolor sit amet.

#76264f Color CSS Codes

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

#76264f Text Font Color

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

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


#76264f Background Color

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

This div background color is #76264f


#76264f Border Color

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

This div border color is #76264f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76264f


Comments

No comments written yet.

Please login to write comment.