Color Hex Logo

#724ace Color Hex

#724ACE
(114,74,206)
0 Favorites   0 Comments

Color spaces of #724ace

RGB 11474206
HSL0.720.570.55
HSV258°64°81°
CMYK 0.450.640.00   0.19
XYZ20.528812.931259.8065
Yxy12.93120.22010.1386
Hunter Lab35.960038.9720-73.4356
CIE-Lab42.659447.1512-62.6551

#724ace color RGB value is (114,74,206).

#724ace hex color red value is 114, green value is 74 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #724ace hue: 0.72 , saturation: 0.57 and the lightness value of 724ace is 0.55.

The process color (four color CMYK) of #724ace color hex is 0.45, 0.64, 0.00, 0.19. Web safe color of #724ace is #6633cc. Color #724ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01001010 11001110
Octal 162 112 316
Decimal 114 74 206
Hex 72 4A CE

RGB Percentages of Color #724ace

%28.93
%18.78
%52.28

CMYK Percentages of Color #724ace

%45
%64
%0
%19

Triadic Colors of #724ace

#724ace #ce724a #4ace72

Analogous Colors of #724ace

#724ace #b44ace #4a64ce

Monochromatic Colors of #724ace

#724ace

Complementary Color

#724ace #a6ce4a

#724ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#724ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#724ace Color CSS Codes

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

#724ace Text Font Color

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

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


#724ace Background Color

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

This div background color is #724ace


#724ace Border Color

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

This div border color is #724ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #724ace


Comments

No comments written yet.

Please login to write comment.