Color Hex Logo

#726aeb Color Hex

#726AEB
(114,106,235)
0 Favorites   0 Comments

Color spaces of #726aeb

RGB 114106235
HSL0.680.760.67
HSV244°55°92°
CMYK 0.510.550.00   0.08
XYZ27.088919.883681.0074
Yxy19.88360.21170.1554
Hunter Lab44.591030.4038-76.4969
CIE-Lab51.705437.2109-64.4917

#726aeb color RGB value is (114,106,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 01101010 11101011
Octal 162 152 353
Decimal 114 106 235
Hex 72 6A EB

RGB Percentages of Color #726aeb

%25.05
%23.30
%51.65

CMYK Percentages of Color #726aeb

%51
%55
%0
%8

Triadic Colors of #726aeb

#726aeb #eb726a #6aeb72

Analogous Colors of #726aeb

#726aeb #b36aeb #6aa3eb

Monochromatic Colors of #726aeb

#726aeb

Complementary Color

#726aeb #e3eb6a

#726aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#726aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#726aeb Color CSS Codes

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

#726aeb Text Font Color

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

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


#726aeb Background Color

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

This div background color is #726aeb


#726aeb Border Color

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

This div border color is #726aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #726aeb


Comments

No comments written yet.

Please login to write comment.