Color Hex Logo

#724aac Color Hex

#724AAC
(114,74,172)
0 Favorites   0 Comments

Color spaces of #724aac

RGB 11474172
HSL0.730.400.48
HSV264°57°67°
CMYK 0.340.570.00   0.33
XYZ16.834611.453540.3532
Yxy11.45350.24530.1669
Hunter Lab33.843029.5663-47.0051
CIE-Lab40.334037.9773-46.5324

#724aac color RGB value is (114,74,172).

#724aac hex color red value is 114, green value is 74 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #724aac hue: 0.73 , saturation: 0.40 and the lightness value of 724aac is 0.48.

The process color (four color CMYK) of #724aac color hex is 0.34, 0.57, 0.00, 0.33. Web safe color of #724aac is #663399. Color #724aac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01001010 10101100
Octal 162 112 254
Decimal 114 74 172
Hex 72 4A AC

RGB Percentages of Color #724aac

%31.67
%20.56
%47.78

CMYK Percentages of Color #724aac

%34
%57
%0
%33

Triadic Colors of #724aac

#724aac #ac724a #4aac72

Analogous Colors of #724aac

#724aac #a34aac #4a53ac

Monochromatic Colors of #724aac

#724aac

Complementary Color

#724aac #84ac4a

#724aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#724aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#724aac Color CSS Codes

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

#724aac Text Font Color

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

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


#724aac Background Color

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

This div background color is #724aac


#724aac Border Color

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

This div border color is #724aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #724aac


Comments

No comments written yet.

Please login to write comment.