Color Hex Logo

#720adc Color Hex

#720ADC
(114,10,220)
0 Favorites   0 Comments

Color spaces of #720adc

RGB 11410220
HSL0.750.910.45
HSV270°95°86°
CMYK 0.480.950.00   0.14
XYZ19.96628.961868.3876
Yxy8.96180.20520.0921
Hunter Lab29.936366.6633-114.4891
CIE-Lab35.910673.4747-81.7772

#720adc color RGB value is (114,10,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 00001010 11011100
Octal 162 12 334
Decimal 114 10 220
Hex 72 A DC

RGB Percentages of Color #720adc

%33.14
%2.91
%63.95

CMYK Percentages of Color #720adc

%48
%95
%0
%14

Triadic Colors of #720adc

#720adc #dc720a #0adc72

Analogous Colors of #720adc

#720adc #db0adc #0a0bdc

Monochromatic Colors of #720adc

#720adc

Complementary Color

#720adc #74dc0a

#720adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#720adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#720adc Color CSS Codes

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

#720adc Text Font Color

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

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


#720adc Background Color

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

This div background color is #720adc


#720adc Border Color

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

This div border color is #720adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #720adc


Comments

No comments written yet.

Please login to write comment.