Color Hex Logo

#762972 Color Hex

#762972
(118,41,114)
0 Favorites   0 Comments

Color spaces of #762972

RGB 11841114
HSL0.840.480.31
HSV303°65°46°
CMYK 0.000.650.03   0.54
XYZ11.30146.652316.6080
Yxy6.65230.32700.1925
Hunter Lab25.792133.0779-20.1235
CIE-Lab31.001943.2733-25.8224

#762972 color RGB value is (118,41,114).

#762972 hex color red value is 118, green value is 41 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #762972 hue: 0.84 , saturation: 0.48 and the lightness value of 762972 is 0.31.

The process color (four color CMYK) of #762972 color hex is 0.00, 0.65, 0.03, 0.54. Web safe color of #762972 is #663366. Color #762972 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00101001 01110010
Octal 166 51 162
Decimal 118 41 114
Hex 76 29 72

RGB Percentages of Color #762972

%43.22
%15.02
%41.76

CMYK Percentages of Color #762972

%0
%65
%3
%54

Triadic Colors of #762972

#762972 #727629 #297276

Analogous Colors of #762972

#762972 #76294c #532976

Monochromatic Colors of #762972

#762972

Complementary Color

#762972 #29762d

#762972 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#762972 Color Preview on White Background

Lorem ipsum dolor sit amet.

#762972 Color CSS Codes

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

#762972 Text Font Color

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

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


#762972 Background Color

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

This div background color is #762972


#762972 Border Color

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

This div border color is #762972


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #762972


Comments

No comments written yet.

Please login to write comment.