Color Hex Logo

#724aec Color Hex

#724AEC
(114,74,236)
0 Favorites   0 Comments

Color spaces of #724aec

RGB 11474236
HSL0.710.810.61
HSV255°69°93°
CMYK 0.520.690.00   0.07
XYZ24.528514.531180.8689
Yxy14.53110.20450.1212
Hunter Lab38.119748.1482-99.0968
CIE-Lab44.985255.4654-75.9749

#724aec color RGB value is (114,74,236).

#724aec hex color red value is 114, green value is 74 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #724aec hue: 0.71 , saturation: 0.81 and the lightness value of 724aec is 0.61.

The process color (four color CMYK) of #724aec color hex is 0.52, 0.69, 0.00, 0.07. Web safe color of #724aec is #6633ff. Color #724aec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01001010 11101100
Octal 162 112 354
Decimal 114 74 236
Hex 72 4A EC

RGB Percentages of Color #724aec

%26.89
%17.45
%55.66

CMYK Percentages of Color #724aec

%52
%69
%0
%7

Triadic Colors of #724aec

#724aec #ec724a #4aec72

Analogous Colors of #724aec

#724aec #c34aec #4a73ec

Monochromatic Colors of #724aec

#724aec

Complementary Color

#724aec #c4ec4a

#724aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#724aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#724aec Color CSS Codes

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

#724aec Text Font Color

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

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


#724aec Background Color

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

This div background color is #724aec


#724aec Border Color

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

This div border color is #724aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #724aec


Comments

No comments written yet.

Please login to write comment.