Color Hex Logo

#760355 Color Hex

#760355
(118,3,85)
0 Favorites   0 Comments

Color spaces of #760355

RGB 118385
HSL0.880.950.24
HSV317°97°46°
CMYK 0.000.970.28   0.54
XYZ9.14354.57268.9950
Yxy4.57260.40260.2013
Hunter Lab21.383638.9040-9.9717
CIE-Lab25.480750.3056-15.5867

#760355 color RGB value is (118,3,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00000011 01010101
Octal 166 3 125
Decimal 118 3 85
Hex 76 3 55

RGB Percentages of Color #760355

%57.28
%1.46
%41.26

CMYK Percentages of Color #760355

%0
%97
%28
%54

Triadic Colors of #760355

#760355 #557603 #035576

Analogous Colors of #760355

#760355 #76031b #5e0376

Monochromatic Colors of #760355

#760355

Complementary Color

#760355 #037624

#760355 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#760355 Color Preview on White Background

Lorem ipsum dolor sit amet.

#760355 Color CSS Codes

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

#760355 Text Font Color

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

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


#760355 Background Color

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

This div background color is #760355


#760355 Border Color

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

This div border color is #760355


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #760355


Comments

No comments written yet.

Please login to write comment.