Color Hex Logo

#726adb Color Hex

#726ADB
(114,106,219)
0 Favorites   0 Comments

Color spaces of #726adb

RGB 114106219
HSL0.680.610.64
HSV244°52°86°
CMYK 0.480.520.00   0.14
XYZ24.879618.999969.3739
Yxy18.99990.21970.1678
Hunter Lab43.588925.6035-63.8508
CIE-Lab50.687132.3997-57.1201

#726adb color RGB value is (114,106,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 01101010 11011011
Octal 162 152 333
Decimal 114 106 219
Hex 72 6A DB

RGB Percentages of Color #726adb

%25.97
%24.15
%49.89

CMYK Percentages of Color #726adb

%48
%52
%0
%14

Triadic Colors of #726adb

#726adb #db726a #6adb72

Analogous Colors of #726adb

#726adb #ab6adb #6a9bdb

Monochromatic Colors of #726adb

#726adb

Complementary Color

#726adb #d3db6a

#726adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#726adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#726adb Color CSS Codes

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

#726adb Text Font Color

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

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


#726adb Background Color

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

This div background color is #726adb


#726adb Border Color

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

This div border color is #726adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #726adb


Comments

No comments written yet.

Please login to write comment.