Color Hex Logo

#760446 Color Hex

#760446
(118,4,70)
0 Favorites   0 Comments

Color spaces of #760446

RGB 118470
HSL0.900.930.24
HSV325°97°46°
CMYK 0.000.970.41   0.54
XYZ8.62014.38066.1856
Yxy4.38060.44930.2283
Hunter Lab20.929936.8890-2.8716
CIE-Lab24.891848.3863-6.3812

#760446 color RGB value is (118,4,70).

#760446 hex color red value is 118, green value is 4 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #760446 hue: 0.90 , saturation: 0.93 and the lightness value of 760446 is 0.24.

The process color (four color CMYK) of #760446 color hex is 0.00, 0.97, 0.41, 0.54. Web safe color of #760446 is #660033. Color #760446 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00000100 01000110
Octal 166 4 106
Decimal 118 4 70
Hex 76 4 46

RGB Percentages of Color #760446

%61.46
%2.08
%36.46

CMYK Percentages of Color #760446

%0
%97
%41
%54

Triadic Colors of #760446

#760446 #467604 #044676

Analogous Colors of #760446

#760446 #76040d #6d0476

Monochromatic Colors of #760446

#760446

Complementary Color

#760446 #047634

#760446 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#760446 Color Preview on White Background

Lorem ipsum dolor sit amet.

#760446 Color CSS Codes

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

#760446 Text Font Color

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

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


#760446 Background Color

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

This div background color is #760446


#760446 Border Color

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

This div border color is #760446


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #760446


Comments

No comments written yet.

Please login to write comment.