Color Hex Logo

#727bac Color Hex

#727BAC
(114,123,172)
0 Favorites   0 Comments

Color spaces of #727bac

RGB 114123172
HSL0.640.260.56
HSV231°34°67°
CMYK 0.340.280.00   0.33
XYZ21.468820.721941.8979
Yxy20.72190.25530.2464
Hunter Lab45.52134.5220-22.7057
CIE-Lab52.64388.6257-27.1189

#727bac color RGB value is (114,123,172).

#727bac hex color red value is 114, green value is 123 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #727bac hue: 0.64 , saturation: 0.26 and the lightness value of 727bac is 0.56.

The process color (four color CMYK) of #727bac color hex is 0.34, 0.28, 0.00, 0.33. Web safe color of #727bac is #666699. Color #727bac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 01111011 10101100
Octal 162 173 254
Decimal 114 123 172
Hex 72 7B AC

RGB Percentages of Color #727bac

%27.87
%30.07
%42.05

CMYK Percentages of Color #727bac

%34
%28
%0
%33

Triadic Colors of #727bac

#727bac #ac727b #7bac72

Analogous Colors of #727bac

#727bac #8672ac #7298ac

Monochromatic Colors of #727bac

#727bac

Complementary Color

#727bac #aca372

#727bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#727bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#727bac Color CSS Codes

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

#727bac Text Font Color

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

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


#727bac Background Color

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

This div background color is #727bac


#727bac Border Color

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

This div border color is #727bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #727bac


Comments

No comments written yet.

Please login to write comment.