Color Hex Logo

#720ace Color Hex

#720ACE
(114,10,206)
0 Favorites   0 Comments

Color spaces of #720ace

RGB 11410206
HSL0.760.910.42
HSV272°95°81°
CMYK 0.450.950.00   0.19
XYZ18.18858.250759.0264
Yxy8.25070.21280.0965
Hunter Lab28.724062.7619-101.7311
CIE-Lab34.499670.4598-76.0084

#720ace color RGB value is (114,10,206).

#720ace hex color red value is 114, green value is 10 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #720ace hue: 0.76 , saturation: 0.91 and the lightness value of 720ace is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 00001010 11001110
Octal 162 12 316
Decimal 114 10 206
Hex 72 A CE

RGB Percentages of Color #720ace

%34.55
%3.03
%62.42

CMYK Percentages of Color #720ace

%45
%95
%0
%19

Triadic Colors of #720ace

#720ace #ce720a #0ace72

Analogous Colors of #720ace

#720ace #ce0ac8 #100ace

Monochromatic Colors of #720ace

#720ace

Complementary Color

#720ace #66ce0a

#720ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#720ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#720ace Color CSS Codes

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

#720ace Text Font Color

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

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


#720ace Background Color

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

This div background color is #720ace


#720ace Border Color

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

This div border color is #720ace


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,10,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 #720ace">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #720ace


Comments

No comments written yet.

Please login to write comment.