Color Hex Logo

#726bde Color Hex

#726BDE
(114,107,222)
0 Favorites   0 Comments

Color spaces of #726bde

RGB 114107222
HSL0.680.640.65
HSV244°52°87°
CMYK 0.490.520.00   0.13
XYZ25.381919.366771.5076
Yxy19.36670.21830.1666
Hunter Lab44.007625.9386-65.5345
CIE-Lab51.113532.6999-58.1315

#726bde color RGB value is (114,107,222).

#726bde hex color red value is 114, green value is 107 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #726bde hue: 0.68 , saturation: 0.64 and the lightness value of 726bde is 0.65.

The process color (four color CMYK) of #726bde color hex is 0.49, 0.52, 0.00, 0.13. Web safe color of #726bde is #6666cc. Color #726bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01101011 11011110
Octal 162 153 336
Decimal 114 107 222
Hex 72 6B DE

RGB Percentages of Color #726bde

%25.73
%24.15
%50.11

CMYK Percentages of Color #726bde

%49
%52
%0
%13

Triadic Colors of #726bde

#726bde #de726b #6bde72

Analogous Colors of #726bde

#726bde #ac6bde #6b9ede

Monochromatic Colors of #726bde

#726bde

Complementary Color

#726bde #d7de6b

#726bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#726bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#726bde Color CSS Codes

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

#726bde Text Font Color

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

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


#726bde Background Color

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

This div background color is #726bde


#726bde Border Color

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

This div border color is #726bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #726bde


Comments

No comments written yet.

Please login to write comment.