Color Hex Logo

#72426c Color Hex

#72426C
(114,66,108)
0 Favorites   0 Comments

Color spaces of #72426c

RGB 11466108
HSL0.850.270.35
HSV308°42°45°
CMYK 0.000.420.05   0.55
XYZ11.59448.556515.2278
Yxy8.55650.32770.2419
Hunter Lab29.251519.5618-10.3893
CIE-Lab35.116027.6468-15.6829

#72426c color RGB value is (114,66,108).

#72426c hex color red value is 114, green value is 66 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #72426c hue: 0.85 , saturation: 0.27 and the lightness value of 72426c is 0.35.

The process color (four color CMYK) of #72426c color hex is 0.00, 0.42, 0.05, 0.55. Web safe color of #72426c is #663366. Color #72426c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01000010 01101100
Octal 162 102 154
Decimal 114 66 108
Hex 72 42 6C

RGB Percentages of Color #72426c

%39.58
%22.92
%37.50

CMYK Percentages of Color #72426c

%0
%42
%5
%55

Triadic Colors of #72426c

#72426c #6c7242 #426c72

Analogous Colors of #72426c

#72426c #724254 #604272

Monochromatic Colors of #72426c

#72426c

Complementary Color

#72426c #427248

#72426c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72426c Color Preview on White Background

Lorem ipsum dolor sit amet.

#72426c Color CSS Codes

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

#72426c Text Font Color

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

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


#72426c Background Color

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

This div background color is #72426c


#72426c Border Color

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

This div border color is #72426c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,66,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #72426c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #72426c;
  -webkit-box-shadow: 1px 1px 3px 2px #72426c;
  box-shadow:         1px 1px 3px 2px #72426c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72426c


Comments

No comments written yet.

Please login to write comment.