Color Hex Logo

#726bfe Color Hex

#726BFE
(114,107,254)
0 Favorites   0 Comments

Color spaces of #726bfe

RGB 114107254
HSL0.670.990.71
HSV243°58°100°
CMYK 0.550.580.00   0.00
XYZ30.086521.248696.2816
Yxy21.24860.20380.1439
Hunter Lab46.096235.8367-91.5723
CIE-Lab53.220542.3951-72.6203

#726bfe color RGB value is (114,107,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 01101011 11111110
Octal 162 153 376
Decimal 114 107 254
Hex 72 6B FE

RGB Percentages of Color #726bfe

%24.00
%22.53
%53.47

CMYK Percentages of Color #726bfe

%55
%58
%0
%0

Triadic Colors of #726bfe

#726bfe #fe726b #6bfe72

Analogous Colors of #726bfe

#726bfe #bc6bfe #6baefe

Monochromatic Colors of #726bfe

#726bfe

Complementary Color

#726bfe #f7fe6b

#726bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#726bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#726bfe Color CSS Codes

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

#726bfe Text Font Color

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

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


#726bfe Background Color

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

This div background color is #726bfe


#726bfe Border Color

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

This div border color is #726bfe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,107,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 #726bfe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #726bfe


Comments

No comments written yet.

Please login to write comment.