Color Hex Logo

#720ece Color Hex

#720ECE
(114,14,206)
0 Favorites   0 Comments

Color spaces of #720ece

RGB 11414206
HSL0.750.870.43
HSV271°93°81°
CMYK 0.450.930.00   0.19
XYZ18.23708.347759.0426
Yxy8.34770.21300.0975
Hunter Lab28.892462.1083-100.9365
CIE-Lab34.696869.8660-75.6835

#720ece color RGB value is (114,14,206).

#720ece hex color red value is 114, green value is 14 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #720ece hue: 0.75 , saturation: 0.87 and the lightness value of 720ece is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 00001110 11001110
Octal 162 16 316
Decimal 114 14 206
Hex 72 E CE

RGB Percentages of Color #720ece

%34.13
%4.19
%61.68

CMYK Percentages of Color #720ece

%45
%93
%0
%19

Triadic Colors of #720ece

#720ece #ce720e #0ece72

Analogous Colors of #720ece

#720ece #ce0eca #120ece

Monochromatic Colors of #720ece

#720ece

Complementary Color

#720ece #6ace0e

#720ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#720ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#720ece Color CSS Codes

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

#720ece Text Font Color

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

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


#720ece Background Color

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

This div background color is #720ece


#720ece Border Color

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

This div border color is #720ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #720ece


Comments

No comments written yet.

Please login to write comment.