Color Hex Logo

#726aec Color Hex

#726AEC
(114,106,236)
0 Favorites   0 Comments

Color spaces of #726aec

RGB 114106236
HSL0.680.770.67
HSV244°55°93°
CMYK 0.520.550.00   0.07
XYZ27.233819.941681.7706
Yxy19.94160.21120.1547
Hunter Lab44.656030.7115-77.3080
CIE-Lab51.771137.5130-64.9456

#726aec color RGB value is (114,106,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 01101010 11101100
Octal 162 152 354
Decimal 114 106 236
Hex 72 6A EC

RGB Percentages of Color #726aec

%25.00
%23.25
%51.75

CMYK Percentages of Color #726aec

%52
%55
%0
%7

Triadic Colors of #726aec

#726aec #ec726a #6aec72

Analogous Colors of #726aec

#726aec #b36aec #6aa3ec

Monochromatic Colors of #726aec

#726aec

Complementary Color

#726aec #e4ec6a

#726aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#726aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#726aec Color CSS Codes

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

#726aec Text Font Color

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

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


#726aec Background Color

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

This div background color is #726aec


#726aec Border Color

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

This div border color is #726aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #726aec


Comments

No comments written yet.

Please login to write comment.