Color Hex Logo

#761247 Color Hex

#761247
(118,18,71)
0 Favorites   0 Comments

Color spaces of #761247

RGB 1181871
HSL0.910.740.27
HSV328°85°46°
CMYK 0.000.850.40   0.54
XYZ8.82494.73916.4109
Yxy4.73910.44180.2373
Hunter Lab21.769534.2637-2.2217
CIE-Lab25.978145.4688-5.4305

#761247 color RGB value is (118,18,71).

#761247 hex color red value is 118, green value is 18 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #761247 hue: 0.91 , saturation: 0.74 and the lightness value of 761247 is 0.27.

The process color (four color CMYK) of #761247 color hex is 0.00, 0.85, 0.40, 0.54. Web safe color of #761247 is #660033. Color #761247 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00010010 01000111
Octal 166 22 107
Decimal 118 18 71
Hex 76 12 47

RGB Percentages of Color #761247

%57.00
%8.70
%34.30

CMYK Percentages of Color #761247

%0
%85
%40
%54

Triadic Colors of #761247

#761247 #477612 #124776

Analogous Colors of #761247

#761247 #761215 #731276

Monochromatic Colors of #761247

#761247

Complementary Color

#761247 #127641

#761247 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#761247 Color Preview on White Background

Lorem ipsum dolor sit amet.

#761247 Color CSS Codes

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

#761247 Text Font Color

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

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


#761247 Background Color

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

This div background color is #761247


#761247 Border Color

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

This div border color is #761247


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #761247


Comments

No comments written yet.

Please login to write comment.