Color Hex Logo

#726adc Color Hex

#726ADC
(114,106,220)
0 Favorites   0 Comments

Color spaces of #726adc

RGB 114106220
HSL0.680.620.64
HSV244°52°86°
CMYK 0.480.520.00   0.14
XYZ25.011719.052870.0694
Yxy19.05280.21910.1669
Hunter Lab43.649525.8960-64.6220
CIE-Lab50.748932.6983-57.5867

#726adc color RGB value is (114,106,220).

#726adc hex color red value is 114, green value is 106 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #726adc hue: 0.68 , saturation: 0.62 and the lightness value of 726adc is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 01101010 11011100
Octal 162 152 334
Decimal 114 106 220
Hex 72 6A DC

RGB Percentages of Color #726adc

%25.91
%24.09
%50.00

CMYK Percentages of Color #726adc

%48
%52
%0
%14

Triadic Colors of #726adc

#726adc #dc726a #6adc72

Analogous Colors of #726adc

#726adc #ab6adc #6a9bdc

Monochromatic Colors of #726adc

#726adc

Complementary Color

#726adc #d4dc6a

#726adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#726adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#726adc Color CSS Codes

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

#726adc Text Font Color

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

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


#726adc Background Color

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

This div background color is #726adc


#726adc Border Color

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

This div border color is #726adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #726adc


Comments

No comments written yet.

Please login to write comment.