Color Hex Logo

#760255 Color Hex

#760255
(118,2,85)
0 Favorites   0 Comments

Color spaces of #760255

RGB 118285
HSL0.880.970.24
HSV317°98°46°
CMYK 0.000.980.28   0.54
XYZ9.13264.55088.9914
Yxy4.55080.40280.2007
Hunter Lab21.332639.0847-10.0571
CIE-Lab25.414650.4991-15.6889

#760255 color RGB value is (118,2,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00000010 01010101
Octal 166 2 125
Decimal 118 2 85
Hex 76 2 55

RGB Percentages of Color #760255

%57.56
%0.98
%41.46

CMYK Percentages of Color #760255

%0
%98
%28
%54

Triadic Colors of #760255

#760255 #557602 #025576

Analogous Colors of #760255

#760255 #76021b #5d0276

Monochromatic Colors of #760255

#760255

Complementary Color

#760255 #027623

#760255 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#760255 Color Preview on White Background

Lorem ipsum dolor sit amet.

#760255 Color CSS Codes

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

#760255 Text Font Color

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

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


#760255 Background Color

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

This div background color is #760255


#760255 Border Color

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

This div border color is #760255


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #760255


Comments

No comments written yet.

Please login to write comment.