Color Hex Logo

#727eb9 Color Hex

#727EB9
(114,126,185)
0 Favorites   0 Comments

Color spaces of #727eb9

RGB 114126185
HSL0.640.340.59
HSV230°38°73°
CMYK 0.380.320.00   0.27
XYZ23.157222.001948.9252
Yxy22.00190.24610.2339
Hunter Lab46.90626.0382-29.0077
CIE-Lab54.029010.4368-32.4469

#727eb9 color RGB value is (114,126,185).

#727eb9 hex color red value is 114, green value is 126 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #727eb9 hue: 0.64 , saturation: 0.34 and the lightness value of 727eb9 is 0.59.

The process color (four color CMYK) of #727eb9 color hex is 0.38, 0.32, 0.00, 0.27. Web safe color of #727eb9 is #6666cc. Color #727eb9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01111110 10111001
Octal 162 176 271
Decimal 114 126 185
Hex 72 7E B9

RGB Percentages of Color #727eb9

%26.82
%29.65
%43.53

CMYK Percentages of Color #727eb9

%38
%32
%0
%27

Triadic Colors of #727eb9

#727eb9 #b9727e #7eb972

Analogous Colors of #727eb9

#727eb9 #8a72b9 #72a2b9

Monochromatic Colors of #727eb9

#727eb9

Complementary Color

#727eb9 #b9ad72

#727eb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#727eb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#727eb9 Color CSS Codes

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

#727eb9 Text Font Color

<p style="color:#727eb9">Text here</p>

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


#727eb9 Background Color

<div style="background-color:#727eb9">
Div content here</div>

This div background color is #727eb9


#727eb9 Border Color

<div style="border:3px solid #727eb9">
Div here</div>

This div border color is #727eb9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,126,185, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #727eb9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #727eb9;
  -webkit-box-shadow: 1px 1px 3px 2px #727eb9;
  box-shadow:         1px 1px 3px 2px #727eb9; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #727eb9


Comments

No comments written yet.

Please login to write comment.