Color Hex Logo

#726ebe Color Hex

#726EBE
(114,110,190)
0 Favorites   0 Comments

Color spaces of #726ebe

RGB 114110190
HSL0.680.380.59
HSV243°42°75°
CMYK 0.400.420.00   0.25
XYZ21.809618.447051.1263
Yxy18.44700.23870.2019
Hunter Lab42.950015.4782-40.5120
CIE-Lab50.033821.4783-41.5988

#726ebe color RGB value is (114,110,190).

#726ebe hex color red value is 114, green value is 110 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #726ebe hue: 0.68 , saturation: 0.38 and the lightness value of 726ebe is 0.59.

The process color (four color CMYK) of #726ebe color hex is 0.40, 0.42, 0.00, 0.25. Web safe color of #726ebe is #6666cc. Color #726ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01101110 10111110
Octal 162 156 276
Decimal 114 110 190
Hex 72 6E BE

RGB Percentages of Color #726ebe

%27.54
%26.57
%45.89

CMYK Percentages of Color #726ebe

%40
%42
%0
%25

Triadic Colors of #726ebe

#726ebe #be726e #6ebe72

Analogous Colors of #726ebe

#726ebe #9a6ebe #6e92be

Monochromatic Colors of #726ebe

#726ebe

Complementary Color

#726ebe #babe6e

#726ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#726ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#726ebe Color CSS Codes

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

#726ebe Text Font Color

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

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


#726ebe Background Color

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

This div background color is #726ebe


#726ebe Border Color

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

This div border color is #726ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #726ebe


Comments

No comments written yet.

Please login to write comment.