Color Hex Logo

#726aed Color Hex

#726AED
(114,106,237)
0 Favorites   0 Comments

Color spaces of #726aed

RGB 114106237
HSL0.680.780.67
HSV244°55°93°
CMYK 0.520.550.00   0.07
XYZ27.379519.999982.5381
Yxy19.99990.21070.1539
Hunter Lab44.721231.0201-78.1215
CIE-Lab51.837137.8154-65.3989

#726aed color RGB value is (114,106,237).

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

The process color (four color CMYK) of #726aed color hex is 0.52, 0.55, 0.00, 0.07. Web safe color of #726aed is #6666ff. Color #726aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01101010 11101101
Octal 162 152 355
Decimal 114 106 237
Hex 72 6A ED

RGB Percentages of Color #726aed

%24.95
%23.19
%51.86

CMYK Percentages of Color #726aed

%52
%55
%0
%7

Triadic Colors of #726aed

#726aed #ed726a #6aed72

Analogous Colors of #726aed

#726aed #b46aed #6aa4ed

Monochromatic Colors of #726aed

#726aed

Complementary Color

#726aed #e5ed6a

#726aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#726aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#726aed Color CSS Codes

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

#726aed Text Font Color

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

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


#726aed Background Color

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

This div background color is #726aed


#726aed Border Color

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

This div border color is #726aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #726aed


Comments

No comments written yet.

Please login to write comment.