Color Hex Logo

#726aff Color Hex

#726AFF
(114,106,255)
0 Favorites   0 Comments

Color spaces of #726aff

RGB 114106255
HSL0.681.000.71
HSV243°58°100°
CMYK 0.550.580.00   0.00
XYZ30.143521.105597.0928
Yxy21.10550.20320.1423
Hunter Lab45.940736.7245-93.1471
CIE-Lab53.064843.2814-73.4265

#726aff color RGB value is (114,106,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 01101010 11111111
Octal 162 152 377
Decimal 114 106 255
Hex 72 6A FF

RGB Percentages of Color #726aff

%24.00
%22.32
%53.68

CMYK Percentages of Color #726aff

%55
%58
%0
%0

Triadic Colors of #726aff

#726aff #ff726a #6aff72

Analogous Colors of #726aff

#726aff #bd6aff #6aadff

Monochromatic Colors of #726aff

#726aff

Complementary Color

#726aff #f7ff6a

#726aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#726aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#726aff Color CSS Codes

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

#726aff Text Font Color

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

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


#726aff Background Color

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

This div background color is #726aff


#726aff Border Color

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

This div border color is #726aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #726aff

#726aff Color Palettes


Comments

No comments written yet.

Please login to write comment.