Color Hex Logo

#760155 Color Hex

#760155
(118,1,85)
0 Favorites   0 Comments

Color spaces of #760155

RGB 118185
HSL0.880.980.23
HSV317°99°46°
CMYK 0.000.990.28   0.54
XYZ9.12184.52918.9878
Yxy4.52910.40290.2001
Hunter Lab21.281739.2661-10.1425
CIE-Lab25.348750.6930-15.7910

#760155 color RGB value is (118,1,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00000001 01010101
Octal 166 1 125
Decimal 118 1 85
Hex 76 1 55

RGB Percentages of Color #760155

%57.84
%0.49
%41.67

CMYK Percentages of Color #760155

%0
%99
%28
%54

Triadic Colors of #760155

#760155 #557601 #015576

Analogous Colors of #760155

#760155 #76011b #5d0176

Monochromatic Colors of #760155

#760155

Complementary Color

#760155 #017622

#760155 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#760155 Color Preview on White Background

Lorem ipsum dolor sit amet.

#760155 Color CSS Codes

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

#760155 Text Font Color

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

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


#760155 Background Color

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

This div background color is #760155


#760155 Border Color

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

This div border color is #760155


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #760155


Comments

No comments written yet.

Please login to write comment.