Color Hex Logo

#76005b Color Hex

#76005B
(118,0,91)
0 Favorites   0 Comments

Color spaces of #76005b

RGB 118091
HSL0.871.000.23
HSV314°100°46°
CMYK 0.001.000.23   0.54
XYZ9.35954.606910.2934
Yxy4.60690.38580.1899
Hunter Lab21.463740.2756-13.4093
CIE-Lab25.584151.6496-19.4126

#76005b color RGB value is (118,0,91).

#76005b hex color red value is 118, green value is 0 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #76005b hue: 0.87 , saturation: 1.00 and the lightness value of 76005b is 0.23.

The process color (four color CMYK) of #76005b color hex is 0.00, 1.00, 0.23, 0.54. Web safe color of #76005b is #660066. Color #76005b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00000000 01011011
Octal 166 0 133
Decimal 118 0 91
Hex 76 0 5B

RGB Percentages of Color #76005b

%56.46
%0.00
%43.54

CMYK Percentages of Color #76005b

%0
%100
%23
%54

Triadic Colors of #76005b

#76005b #5b7600 #005b76

Analogous Colors of #76005b

#76005b #760020 #560076

Monochromatic Colors of #76005b

#76005b

Complementary Color

#76005b #00761b

#76005b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76005b Color Preview on White Background

Lorem ipsum dolor sit amet.

#76005b Color CSS Codes

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

#76005b Text Font Color

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

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


#76005b Background Color

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

This div background color is #76005b


#76005b Border Color

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

This div border color is #76005b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76005b


Comments

No comments written yet.

Please login to write comment.