Color Hex Logo

#76065f Color Hex

#76065F
(118,6,95)
0 Favorites   0 Comments

Color spaces of #76065f

RGB 118695
HSL0.870.900.24
HSV312°95°46°
CMYK 0.000.950.19   0.54
XYZ9.60194.808011.2484
Yxy4.80800.37420.1874
Hunter Lab21.927239.7926-15.0661
CIE-Lab26.180651.0549-21.1189

#76065f color RGB value is (118,6,95).

#76065f hex color red value is 118, green value is 6 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #76065f hue: 0.87 , saturation: 0.90 and the lightness value of 76065f is 0.24.

The process color (four color CMYK) of #76065f color hex is 0.00, 0.95, 0.19, 0.54. Web safe color of #76065f is #660066. Color #76065f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00000110 01011111
Octal 166 6 137
Decimal 118 6 95
Hex 76 6 5F

RGB Percentages of Color #76065f

%53.88
%2.74
%43.38

CMYK Percentages of Color #76065f

%0
%95
%19
%54

Triadic Colors of #76065f

#76065f #5f7606 #065f76

Analogous Colors of #76065f

#76065f #760627 #550676

Monochromatic Colors of #76065f

#76065f

Complementary Color

#76065f #06761d

#76065f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76065f Color Preview on White Background

Lorem ipsum dolor sit amet.

#76065f Color CSS Codes

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

#76065f Text Font Color

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

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


#76065f Background Color

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

This div background color is #76065f


#76065f Border Color

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

This div border color is #76065f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76065f


Comments

No comments written yet.

Please login to write comment.