Color Hex Logo

#720cde Color Hex

#720CDE
(114,12,222)
0 Favorites   0 Comments

Color spaces of #720cde

RGB 11412222
HSL0.750.900.46
HSV269°95°87°
CMYK 0.490.950.00   0.13
XYZ20.25579.114369.7989
Yxy9.11430.20430.0919
Hunter Lab30.189966.9310-115.9453
CIE-Lab36.203473.6424-82.4426

#720cde color RGB value is (114,12,222).

#720cde hex color red value is 114, green value is 12 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #720cde hue: 0.75 , saturation: 0.90 and the lightness value of 720cde is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 00001100 11011110
Octal 162 14 336
Decimal 114 12 222
Hex 72 C DE

RGB Percentages of Color #720cde

%32.76
%3.45
%63.79

CMYK Percentages of Color #720cde

%49
%95
%0
%13

Triadic Colors of #720cde

#720cde #de720c #0cde72

Analogous Colors of #720cde

#720cde #db0cde #0c0fde

Monochromatic Colors of #720cde

#720cde

Complementary Color

#720cde #78de0c

#720cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#720cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#720cde Color CSS Codes

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

#720cde Text Font Color

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

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


#720cde Background Color

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

This div background color is #720cde


#720cde Border Color

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

This div border color is #720cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #720cde


Comments

No comments written yet.

Please login to write comment.