Color Hex Logo

#724991 Color Hex

#724991
(114,73,145)
0 Favorites   0 Comments

Color spaces of #724991

RGB 11473145
HSL0.760.330.43
HSV274°50°57°
CMYK 0.210.500.00   0.43
XYZ14.432810.386828.0322
Yxy10.38680.27310.1965
Hunter Lab32.228623.5370-29.0101
CIE-Lab38.527931.7179-33.2182

#724991 color RGB value is (114,73,145).

#724991 hex color red value is 114, green value is 73 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #724991 hue: 0.76 , saturation: 0.33 and the lightness value of 724991 is 0.43.

The process color (four color CMYK) of #724991 color hex is 0.21, 0.50, 0.00, 0.43. Web safe color of #724991 is #663399. Color #724991 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01001001 10010001
Octal 162 111 221
Decimal 114 73 145
Hex 72 49 91

RGB Percentages of Color #724991

%34.34
%21.99
%43.67

CMYK Percentages of Color #724991

%21
%50
%0
%43

Triadic Colors of #724991

#724991 #917249 #499172

Analogous Colors of #724991

#724991 #91498c #4e4991

Monochromatic Colors of #724991

#724991

Complementary Color

#724991 #689149

#724991 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#724991 Color Preview on White Background

Lorem ipsum dolor sit amet.

#724991 Color CSS Codes

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

#724991 Text Font Color

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

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


#724991 Background Color

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

This div background color is #724991


#724991 Border Color

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

This div border color is #724991


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #724991


Comments

No comments written yet.

Please login to write comment.