Color Hex Logo

#720dec Color Hex

#720DEC
(114,13,236)
0 Favorites   0 Comments

Color spaces of #720dec

RGB 11413236
HSL0.740.900.49
HSV267°94°93°
CMYK 0.520.940.00   0.07
XYZ22.22379.921480.1006
Yxy9.92140.19800.0884
Hunter Lab31.498370.8193-128.7267
CIE-Lab37.701076.5623-87.9584

#720dec color RGB value is (114,13,236).

#720dec hex color red value is 114, green value is 13 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #720dec hue: 0.74 , saturation: 0.90 and the lightness value of 720dec is 0.49.

The process color (four color CMYK) of #720dec color hex is 0.52, 0.94, 0.00, 0.07. Web safe color of #720dec is #6600ff. Color #720dec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00001101 11101100
Octal 162 15 354
Decimal 114 13 236
Hex 72 D EC

RGB Percentages of Color #720dec

%31.40
%3.58
%65.01

CMYK Percentages of Color #720dec

%52
%94
%0
%7

Triadic Colors of #720dec

#720dec #ec720d #0dec72

Analogous Colors of #720dec

#720dec #e20dec #0d17ec

Monochromatic Colors of #720dec

#720dec

Complementary Color

#720dec #87ec0d

#720dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#720dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#720dec Color CSS Codes

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

#720dec Text Font Color

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

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


#720dec Background Color

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

This div background color is #720dec


#720dec Border Color

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

This div border color is #720dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #720dec


Comments

No comments written yet.

Please login to write comment.