Color Hex Logo

#760c5f Color Hex

#760C5F
(118,12,95)
0 Favorites   0 Comments

Color spaces of #760c5f

RGB 1181295
HSL0.870.820.25
HSV313°90°46°
CMYK 0.000.900.19   0.54
XYZ9.66824.940711.2706
Yxy4.94070.37360.1909
Hunter Lab22.227738.7423-14.5038
CIE-Lab26.565149.9322-20.5176

#760c5f color RGB value is (118,12,95).

#760c5f hex color red value is 118, green value is 12 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #760c5f hue: 0.87 , saturation: 0.82 and the lightness value of 760c5f is 0.25.

The process color (four color CMYK) of #760c5f color hex is 0.00, 0.90, 0.19, 0.54. Web safe color of #760c5f is #660066. Color #760c5f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00001100 01011111
Octal 166 14 137
Decimal 118 12 95
Hex 76 C 5F

RGB Percentages of Color #760c5f

%52.44
%5.33
%42.22

CMYK Percentages of Color #760c5f

%0
%90
%19
%54

Triadic Colors of #760c5f

#760c5f #5f760c #0c5f76

Analogous Colors of #760c5f

#760c5f #760c2a #580c76

Monochromatic Colors of #760c5f

#760c5f

Complementary Color

#760c5f #0c7623

#760c5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#760c5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#760c5f Color CSS Codes

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

#760c5f Text Font Color

<p style="color:#760c5f">Text here</p>

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


#760c5f Background Color

<div style="background-color:#760c5f">
Div content here</div>

This div background color is #760c5f


#760c5f Border Color

<div style="border:3px solid #760c5f">
Div here</div>

This div border color is #760c5f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,12,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #760c5f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #760c5f;
  -webkit-box-shadow: 1px 1px 3px 2px #760c5f;
  box-shadow:         1px 1px 3px 2px #760c5f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #760c5f


Comments

No comments written yet.

Please login to write comment.