Color Hex Logo

#76256f Color Hex

#76256F
(118,37,111)
0 Favorites   0 Comments

Color spaces of #76256f

RGB 11837111
HSL0.850.520.30
HSV305°69°46°
CMYK 0.000.690.06   0.54
XYZ11.00206.322415.6794
Yxy6.32240.33340.1916
Hunter Lab25.144434.1005-19.3707
CIE-Lab30.211744.4886-25.1549

#76256f color RGB value is (118,37,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00100101 01101111
Octal 166 45 157
Decimal 118 37 111
Hex 76 25 6F

RGB Percentages of Color #76256f

%44.36
%13.91
%41.73

CMYK Percentages of Color #76256f

%0
%69
%6
%54

Triadic Colors of #76256f

#76256f #6f7625 #256f76

Analogous Colors of #76256f

#76256f #762547 #552576

Monochromatic Colors of #76256f

#76256f

Complementary Color

#76256f #25762c

#76256f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76256f Color Preview on White Background

Lorem ipsum dolor sit amet.

#76256f Color CSS Codes

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

#76256f Text Font Color

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

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


#76256f Background Color

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

This div background color is #76256f


#76256f Border Color

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

This div border color is #76256f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,37,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 #76256f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76256f


Comments

No comments written yet.

Please login to write comment.