Color Hex Logo

#726afe Color Hex

#726AFE
(114,106,254)
0 Favorites   0 Comments

Color spaces of #726afe

RGB 114106254
HSL0.680.990.71
HSV243°58°100°
CMYK 0.550.580.00   0.00
XYZ29.982921.041296.2470
Yxy21.04120.20360.1429
Hunter Lab45.870736.4010-92.2942
CIE-Lab52.994642.9774-72.9869

#726afe color RGB value is (114,106,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 01101010 11111110
Octal 162 152 376
Decimal 114 106 254
Hex 72 6A FE

RGB Percentages of Color #726afe

%24.05
%22.36
%53.59

CMYK Percentages of Color #726afe

%55
%58
%0
%0

Triadic Colors of #726afe

#726afe #fe726a #6afe72

Analogous Colors of #726afe

#726afe #bc6afe #6aacfe

Monochromatic Colors of #726afe

#726afe

Complementary Color

#726afe #f6fe6a

#726afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#726afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#726afe Color CSS Codes

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

#726afe Text Font Color

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

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


#726afe Background Color

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

This div background color is #726afe


#726afe Border Color

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

This div border color is #726afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #726afe

Related Colors


Comments

No comments written yet.

Please login to write comment.