Color Hex Logo

#76096b Color Hex

#76096B
(118,9,107)
0 Favorites   0 Comments

Color spaces of #76096b

RGB 1189107
HSL0.850.860.25
HSV306°92°46°
CMYK 0.000.920.09   0.54
XYZ10.22275.108514.3572
Yxy5.10850.34430.1721
Hunter Lab22.602041.1806-21.8407
CIE-Lab27.041752.2576-27.5868

#76096b color RGB value is (118,9,107).

#76096b hex color red value is 118, green value is 9 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #76096b hue: 0.85 , saturation: 0.86 and the lightness value of 76096b is 0.25.

The process color (four color CMYK) of #76096b color hex is 0.00, 0.92, 0.09, 0.54. Web safe color of #76096b is #660066. Color #76096b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00001001 01101011
Octal 166 11 153
Decimal 118 9 107
Hex 76 9 6B

RGB Percentages of Color #76096b

%50.43
%3.85
%45.73

CMYK Percentages of Color #76096b

%0
%92
%9
%54

Triadic Colors of #76096b

#76096b #6b7609 #096b76

Analogous Colors of #76096b

#76096b #760934 #4a0976

Monochromatic Colors of #76096b

#76096b

Complementary Color

#76096b #097614

#76096b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76096b Color Preview on White Background

Lorem ipsum dolor sit amet.

#76096b Color CSS Codes

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

#76096b Text Font Color

<p style="color:#76096b">Text here</p>

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


#76096b Background Color

<div style="background-color:#76096b">
Div content here</div>

This div background color is #76096b


#76096b Border Color

<div style="border:3px solid #76096b">
Div here</div>

This div border color is #76096b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,9,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #76096b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #76096b;
  -webkit-box-shadow: 1px 1px 3px 2px #76096b;
  box-shadow:         1px 1px 3px 2px #76096b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76096b


Comments

No comments written yet.

Please login to write comment.