Color Hex Logo

#720edc Color Hex

#720EDC
(114,14,220)
0 Favorites   0 Comments

Color spaces of #720edc

RGB 11414220
HSL0.750.880.46
HSV269°94°86°
CMYK 0.480.940.00   0.14
XYZ20.01479.058868.4038
Yxy9.05880.20530.0929
Hunter Lab30.097866.0291-113.6808
CIE-Lab36.097372.9108-81.4690

#720edc color RGB value is (114,14,220).

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

The process color (four color CMYK) of #720edc color hex is 0.48, 0.94, 0.00, 0.14. Web safe color of #720edc is #6600cc. Color #720edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 00001110 11011100
Octal 162 16 334
Decimal 114 14 220
Hex 72 E DC

RGB Percentages of Color #720edc

%32.76
%4.02
%63.22

CMYK Percentages of Color #720edc

%48
%94
%0
%14

Triadic Colors of #720edc

#720edc #dc720e #0edc72

Analogous Colors of #720edc

#720edc #d90edc #0e11dc

Monochromatic Colors of #720edc

#720edc

Complementary Color

#720edc #78dc0e

#720edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#720edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#720edc Color CSS Codes

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

#720edc Text Font Color

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

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


#720edc Background Color

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

This div background color is #720edc


#720edc Border Color

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

This div border color is #720edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #720edc


Comments

No comments written yet.

Please login to write comment.