Color Hex Logo

#724899 Color Hex

#724899
(114,72,153)
0 Favorites   0 Comments

Color spaces of #724899

RGB 11472153
HSL0.750.360.44
HSV271°53°60°
CMYK 0.250.530.00   0.40
XYZ15.006610.512031.3751
Yxy10.51200.26380.1848
Hunter Lab32.422225.8797-34.6796
CIE-Lab38.746134.2665-37.7109

#724899 color RGB value is (114,72,153).

#724899 hex color red value is 114, green value is 72 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #724899 hue: 0.75 , saturation: 0.36 and the lightness value of 724899 is 0.44.

The process color (four color CMYK) of #724899 color hex is 0.25, 0.53, 0.00, 0.40. Web safe color of #724899 is #663399. Color #724899 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01001000 10011001
Octal 162 110 231
Decimal 114 72 153
Hex 72 48 99

RGB Percentages of Color #724899

%33.63
%21.24
%45.13

CMYK Percentages of Color #724899

%25
%53
%0
%40

Triadic Colors of #724899

#724899 #997248 #489972

Analogous Colors of #724899

#724899 #994898 #4a4899

Monochromatic Colors of #724899

#724899

Complementary Color

#724899 #6f9948

#724899 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#724899 Color Preview on White Background

Lorem ipsum dolor sit amet.

#724899 Color CSS Codes

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

#724899 Text Font Color

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

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


#724899 Background Color

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

This div background color is #724899


#724899 Border Color

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

This div border color is #724899


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #724899


Comments

No comments written yet.

Please login to write comment.