Color Hex Logo

#761352 Color Hex

#761352
(118,19,82)
0 Favorites   0 Comments

Color spaces of #761352

RGB 1181982
HSL0.890.720.27
HSV322°84°46°
CMYK 0.000.840.31   0.54
XYZ9.22714.92658.4472
Yxy4.92650.40830.2180
Hunter Lab22.195735.3627-7.0275
CIE-Lab26.524346.5031-11.9819

#761352 color RGB value is (118,19,82).

#761352 hex color red value is 118, green value is 19 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #761352 hue: 0.89 , saturation: 0.72 and the lightness value of 761352 is 0.27.

The process color (four color CMYK) of #761352 color hex is 0.00, 0.84, 0.31, 0.54. Web safe color of #761352 is #660066. Color #761352 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00010011 01010010
Octal 166 23 122
Decimal 118 19 82
Hex 76 13 52

RGB Percentages of Color #761352

%53.88
%8.68
%37.44

CMYK Percentages of Color #761352

%0
%84
%31
%54

Triadic Colors of #761352

#761352 #527613 #135276

Analogous Colors of #761352

#761352 #761321 #691376

Monochromatic Colors of #761352

#761352

Complementary Color

#761352 #137637

#761352 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#761352 Color Preview on White Background

Lorem ipsum dolor sit amet.

#761352 Color CSS Codes

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

#761352 Text Font Color

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

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


#761352 Background Color

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

This div background color is #761352


#761352 Border Color

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

This div border color is #761352


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #761352


Comments

No comments written yet.

Please login to write comment.