Color Hex Logo

#76086d Color Hex

#76086D
(118,8,109)
0 Favorites   0 Comments

Color spaces of #76086d

RGB 1188109
HSL0.850.870.25
HSV305°93°46°
CMYK 0.000.930.08   0.54
XYZ10.31845.129314.9142
Yxy5.12930.33980.1689
Hunter Lab22.648041.6906-23.1903
CIE-Lab27.100052.7459-28.7860

#76086d color RGB value is (118,8,109).

#76086d hex color red value is 118, green value is 8 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #76086d hue: 0.85 , saturation: 0.87 and the lightness value of 76086d is 0.25.

The process color (four color CMYK) of #76086d color hex is 0.00, 0.93, 0.08, 0.54. Web safe color of #76086d is #660066. Color #76086d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00001000 01101101
Octal 166 10 155
Decimal 118 8 109
Hex 76 8 6D

RGB Percentages of Color #76086d

%50.21
%3.40
%46.38

CMYK Percentages of Color #76086d

%0
%93
%8
%54

Triadic Colors of #76086d

#76086d #6d7608 #086d76

Analogous Colors of #76086d

#76086d #760836 #480876

Monochromatic Colors of #76086d

#76086d

Complementary Color

#76086d #087611

#76086d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76086d Color Preview on White Background

Lorem ipsum dolor sit amet.

#76086d Color CSS Codes

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

#76086d Text Font Color

<p style="color:#76086d">Text here</p>

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


#76086d Background Color

<div style="background-color:#76086d">
Div content here</div>

This div background color is #76086d


#76086d Border Color

<div style="border:3px solid #76086d">
Div here</div>

This div border color is #76086d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,8,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #76086d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #76086d;
  -webkit-box-shadow: 1px 1px 3px 2px #76086d;
  box-shadow:         1px 1px 3px 2px #76086d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76086d


Comments

No comments written yet.

Please login to write comment.