Color Hex Logo

#727fba Color Hex

#727FBA
(114,127,186)
0 Favorites   0 Comments

Color spaces of #727fba

RGB 114127186
HSL0.640.340.59
HSV229°39°73°
CMYK 0.390.320.00   0.27
XYZ23.391722.301349.5261
Yxy22.30130.24570.2342
Hunter Lab47.22435.7744-29.1230
CIE-Lab54.345210.1244-32.5263

#727fba color RGB value is (114,127,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 01111111 10111010
Octal 162 177 272
Decimal 114 127 186
Hex 72 7F BA

RGB Percentages of Color #727fba

%26.70
%29.74
%43.56

CMYK Percentages of Color #727fba

%39
%32
%0
%27

Triadic Colors of #727fba

#727fba #ba727f #7fba72

Analogous Colors of #727fba

#727fba #8972ba #72a3ba

Monochromatic Colors of #727fba

#727fba

Complementary Color

#727fba #baad72

#727fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#727fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#727fba Color CSS Codes

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

#727fba Text Font Color

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

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


#727fba Background Color

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

This div background color is #727fba


#727fba Border Color

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

This div border color is #727fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #727fba


Comments

No comments written yet.

Please login to write comment.