Color Hex Logo

#724f8f Color Hex

#724F8F
(114,79,143)
0 Favorites   0 Comments

Color spaces of #724f8f

RGB 11479143
HSL0.760.290.44
HSV273°45°56°
CMYK 0.200.450.00   0.44
XYZ14.693311.152527.3648
Yxy11.15250.27610.2096
Hunter Lab33.395420.0946-25.2066
CIE-Lab39.836127.6741-29.9448

#724f8f color RGB value is (114,79,143).

#724f8f hex color red value is 114, green value is 79 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #724f8f hue: 0.76 , saturation: 0.29 and the lightness value of 724f8f is 0.44.

The process color (four color CMYK) of #724f8f color hex is 0.20, 0.45, 0.00, 0.44. Web safe color of #724f8f is #666699. Color #724f8f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01001111 10001111
Octal 162 117 217
Decimal 114 79 143
Hex 72 4F 8F

RGB Percentages of Color #724f8f

%33.93
%23.51
%42.56

CMYK Percentages of Color #724f8f

%20
%45
%0
%44

Triadic Colors of #724f8f

#724f8f #8f724f #4f8f72

Analogous Colors of #724f8f

#724f8f #8f4f8c #524f8f

Monochromatic Colors of #724f8f

#724f8f

Complementary Color

#724f8f #6c8f4f

#724f8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#724f8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#724f8f Color CSS Codes

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

#724f8f Text Font Color

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

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


#724f8f Background Color

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

This div background color is #724f8f


#724f8f Border Color

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

This div border color is #724f8f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,79,143, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #724f8f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #724f8f;
  -webkit-box-shadow: 1px 1px 3px 2px #724f8f;
  box-shadow:         1px 1px 3px 2px #724f8f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #724f8f


Comments

No comments written yet.

Please login to write comment.