Color Hex Logo

#760055 Color Hex

#760055
(118,0,85)
0 Favorites   0 Comments

Color spaces of #760055

RGB 118085
HSL0.881.000.23
HSV317°100°46°
CMYK 0.001.000.28   0.54
XYZ9.11094.50748.9842
Yxy4.50740.40310.1994
Hunter Lab21.230639.4477-10.2284
CIE-Lab25.282650.8868-15.8934

#760055 color RGB value is (118,0,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00000000 01010101
Octal 166 0 125
Decimal 118 0 85
Hex 76 0 55

RGB Percentages of Color #760055

%58.13
%0.00
%41.87

CMYK Percentages of Color #760055

%0
%100
%28
%54

Triadic Colors of #760055

#760055 #557600 #005576

Analogous Colors of #760055

#760055 #76001a #5c0076

Monochromatic Colors of #760055

#760055

Complementary Color

#760055 #007621

#760055 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#760055 Color Preview on White Background

Lorem ipsum dolor sit amet.

#760055 Color CSS Codes

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

#760055 Text Font Color

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

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


#760055 Background Color

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

This div background color is #760055


#760055 Border Color

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

This div border color is #760055


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #760055


Comments

No comments written yet.

Please login to write comment.